+ unicode fix

git-svn-id: branches/unicodekvm@48636 -
This commit is contained in:
nickysn 2021-02-10 21:49:31 +00:00
parent 6cbf84eca6
commit 5d3d64b340

View File

@ -2695,7 +2695,7 @@ PROCEDURE TMultiCheckBoxes.Draw;
CONST Button = ' [ ] '; CONST Button = ' [ ] ';
BEGIN BEGIN
Inherited Draw; Inherited Draw;
DrawMultiBox(Button, States^); { Draw the items } DrawMultiBox(Button, States Sw_PString_DeRef); { Draw the items }
END; END;
{--TMultiCheckBoxes---------------------------------------------------------} {--TMultiCheckBoxes---------------------------------------------------------}