2009-02-26 12:54 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/gtwvt/gtwvt.c
! Attempt to fix SetMode() always returning FALSE when
the window isn't open yet. Please test, I didn't.
This commit is contained in:
@@ -1965,7 +1965,7 @@ static BOOL hb_gt_wvt_SetMode( PHB_GT pGT, int iRow, int iCol )
|
||||
}
|
||||
else
|
||||
{
|
||||
hb_gt_wvt_SetWindowSize( pWVT, iRow, iCol );
|
||||
fResult = hb_gt_wvt_SetWindowSize( pWVT, iRow, iCol );
|
||||
HB_GTSELF_SEMICOLD( pGT );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user