diff options
-rw-r--r-- | src/gui/fpg_button.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_button.pas b/src/gui/fpg_button.pas index 92b29164..f98e0c69 100644 --- a/src/gui/fpg_button.pas +++ b/src/gui/fpg_button.pas @@ -126,7 +126,7 @@ type and each button's GroupIndex must be greater than 0, but not the same as any other button. - If you want toggle buttons - only one button my be down at a time: + If you want toggle buttons (only one button my be down at a time): Set AllowAllUp = False and AllowDown = True AllowDown = True will automatically set the GroupIndex = 1. If you want more than one set of toggle buttons in a Parent, you need to manually set the |