mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
+ unicode fix
git-svn-id: branches/unicodekvm@48636 -
This commit is contained in:
parent
6cbf84eca6
commit
5d3d64b340
@ -2695,7 +2695,7 @@ PROCEDURE TMultiCheckBoxes.Draw;
|
||||
CONST Button = ' [ ] ';
|
||||
BEGIN
|
||||
Inherited Draw;
|
||||
DrawMultiBox(Button, States^); { Draw the items }
|
||||
DrawMultiBox(Button, States Sw_PString_DeRef); { Draw the items }
|
||||
END;
|
||||
|
||||
{--TMultiCheckBoxes---------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user