diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-19 15:08:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 15:08:22 +0100 |
commit | db5271dd34ea2b1894e1e2cf9ee9519c84142608 (patch) | |
tree | 41741f7227b28cf5d7739df46a3bb84b62ae1e20 /doc/classes | |
parent | 288cdca71d838806469dd4f277beb3f2c45e49d3 (diff) | |
parent | 342dac77d495966bb2090e68ff7b88f3ce162236 (diff) |
Merge pull request #59315 from KoBeWi/less_options_in_OptionButton_or_something
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/OptionButton.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index 69e6d4b74c..25e41116a2 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -6,6 +6,7 @@ <description> OptionButton is a type button that provides a selectable list of items when pressed. The item selected becomes the "current" item and is displayed as the button text. See also [BaseButton] which contains common properties and methods associated with this node. + [b]Note:[/b] Properties [member Button.text] and [member Button.icon] are automatically set based on the selected item. They shouldn't be changed manually. </description> <tutorials> </tutorials> |