2012-10-06 17:20 UTC+0200 Viktor Szakats (harbour syenar.net)

* src/rtl/checkbox.prg
    ! another very old visual bug on the appearance of non-checked 
      checkbox.
This commit is contained in:
Viktor Szakats
2012-10-06 15:21:31 +00:00
parent 37bc1587e0
commit 5a6f0fc81f
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-10-06 17:20 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rtl/checkbox.prg
! another very old visual bug on the appearance of non-checked
checkbox.
2012-10-06 16:06 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/debug/dbgwa.prg
* src/rtl/browse.prg

View File

@@ -108,7 +108,7 @@ CREATE CLASS CHECKBOX FUNCTION HBCheckBox
VAR cMessage INIT ""
VAR nRow
VAR bSBlock
VAR cStyle INIT hb_UTF8ToStr( "[√]" )
VAR cStyle INIT hb_UTF8ToStr( "[√ ]" )
VAR nCursor