2016-02-16 15:44 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbgtcore.c
! fill whole box area in DispBpx() when 0 length string or string with
Chr( 0 ) at the beginning is used as box frame - Cl*pper compatible
behavior
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2016-02-16 15:44 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/hbgtcore.c
|
||||
! fill whole box area in DispBpx() when 0 length string or string with
|
||||
Chr( 0 ) at the beginning is used as box frame - Cl*pper compatible
|
||||
behavior
|
||||
|
||||
2016-02-11 11:54 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* ChangeLog.txt
|
||||
* include/hbapifs.h
|
||||
|
||||
@@ -1573,7 +1573,7 @@ static void hb_gt_def_BoxW( PHB_GT pGT, int iTop, int iLeft, int iBottom, int iR
|
||||
HB_WCHAR szBoxW[ 10 ];
|
||||
HB_WCHAR wcPadCh = ( HB_WCHAR ) HB_GTSELF_GETCLEARCHAR( pGT );
|
||||
|
||||
if( szFrame )
|
||||
if( szFrame && *szFrame )
|
||||
{
|
||||
for( i = 0; *szFrame && i < 9; ++i )
|
||||
wcPadCh = szBoxW[ i ] = *szFrame++;
|
||||
|
||||
Reference in New Issue
Block a user