diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 12f2f00bec..a9395e4321 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19991021-22:18 GMT+1 Victor Szel + * source/rtl/gtapi.c + ! hb_gtSetColorStr() now resets the ColorSelect() value to STANDARD, + like in Clipper. + 19991021-21:08 GMT+1 Victor Szel * source/rtl/gt/gtwin.c source/rtl/dates.c diff --git a/harbour/source/rtl/gtapi.c b/harbour/source/rtl/gtapi.c index f2cca165fd..5db8cac77a 100644 --- a/harbour/source/rtl/gtapi.c +++ b/harbour/source/rtl/gtapi.c @@ -447,6 +447,8 @@ USHORT hb_gtGetColorStr( char * fpColorString ) strcpy( fpColorString, sColors ); hb_xfree( sColors ); + hb_gtColorSelect( CLR_STANDARD ); + return 0; }