diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 90760630d8..2f44c7681f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,14 +16,19 @@ The license applies to all entries newer than 2009-04-28. */ +2011-07-01 20:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * examples/gtwvw/gtwvw.c + ! fixed display problem when using browse in wvwtest9 sample. + patch suggested by Ash and its replicating xhb solution. + 2011-06-27 12:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg * contrib/hbide/idesaveload.prg * contrib/hbide/setup.ui * Changed: the icon size of toolbars of editing instances - from 16x16 to 12x12 by default. This can be adjusted to + from 16x16 to 12x12 by default. This can be adjusted to suit one preferences via . - This change has effected an aesthetically pleasing + This change has effected an aesthetically pleasing look to editing area. 2011-06-23 09:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) diff --git a/harbour/examples/gtwvw/gtwvw.c b/harbour/examples/gtwvw/gtwvw.c index ad9133de46..6981461f35 100644 --- a/harbour/examples/gtwvw/gtwvw.c +++ b/harbour/examples/gtwvw/gtwvw.c @@ -7745,7 +7745,7 @@ static BOOL hb_gt_FuncInit( PHB_GT_FUNCS pFuncTable ) pFuncTable->WriteAt = hb_gt_wvw_WriteAt; pFuncTable->PutText = hb_gt_wvw_PutText; pFuncTable->SetAttribute = hb_gt_wvw_SetAttribute; - pFuncTable->Scroll = hb_gt_wvw_Scroll; +// pFuncTable->Scroll = hb_gt_wvw_Scroll; pFuncTable->SetMode = hb_gt_wvw_SetMode; pFuncTable->GetBlink = hb_gt_wvw_GetBlink; pFuncTable->SetBlink = hb_gt_wvw_SetBlink;