2014-10-03 19:06 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/gtxwc/gtxwc.c
! fixed typo reported by Rolf
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2014-10-03 19:06 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/gtxwc/gtxwc.c
|
||||
! fixed typo reported by Rolf
|
||||
|
||||
2014-10-03 16:03 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rdd/wafunc.c
|
||||
% use dynamic symbol pointer to find field index
|
||||
|
||||
@@ -5654,7 +5654,7 @@ static HB_BOOL hb_gt_xwc_Info( PHB_GT pGT, int iType, PHB_GT_INFO pInfo )
|
||||
rx.left, rx.top, rx.right - rx.left + 1, rx.bottom - rx.top + 1 );
|
||||
HB_XWC_XLIB_UNLOCK();
|
||||
|
||||
hb_gt_xwc_InvalidatePts( wnd, rx.left, rx.top, rx.left, rx.top );
|
||||
hb_gt_xwc_InvalidatePts( wnd, rx.left, rx.top, rx.right, rx.bottom );
|
||||
if( HB_GTSELF_DISPCOUNT( pGT ) == 0 )
|
||||
hb_gt_xwc_RealRefresh( wnd, HB_FALSE );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user