19991021-22:18 GMT+1

This commit is contained in:
Viktor Szakats
1999-10-21 20:31:56 +00:00
parent 0b64570742
commit 2d0427eb6c
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
19991021-22:18 GMT+1 Victor Szel <info@szelvesz.hu>
* source/rtl/gtapi.c
! hb_gtSetColorStr() now resets the ColorSelect() value to STANDARD,
like in Clipper.
19991021-21:08 GMT+1 Victor Szel <info@szelvesz.hu>
* source/rtl/gt/gtwin.c
source/rtl/dates.c

View File

@@ -447,6 +447,8 @@ USHORT hb_gtGetColorStr( char * fpColorString )
strcpy( fpColorString, sColors );
hb_xfree( sColors );
hb_gtColorSelect( CLR_STANDARD );
return 0;
}