|
@@ -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---------------------------------------------------------}
|