diff options
Diffstat (limited to 'gui/fpguicheckbox.inc')
-rw-r--r-- | gui/fpguicheckbox.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/fpguicheckbox.inc b/gui/fpguicheckbox.inc index ff5e4cc6..d2615a1c 100644 --- a/gui/fpguicheckbox.inc +++ b/gui/fpguicheckbox.inc @@ -108,7 +108,7 @@ end; procedure TFCustomCheckbox.CalcSizes; begin with FindForm.Wnd.Canvas do - Style.GeTFCheckboxLayout(gfxbase.Size(TextWidth(Text), FontCellHeight), + Style.GetCheckboxLayout(gfxbase.Size(TextWidth(Text), FontCellHeight), FMinSize, FLabelPos); end; |