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.
This commit is contained in:
Viktor Szakats
2011-07-01 18:05:12 +00:00
parent 20b257bac6
commit 20ffa7b415
2 changed files with 8 additions and 3 deletions

View File

@@ -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 <Setup><hbIDE Setup><General>.
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)

View File

@@ -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;