diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2019-01-11 09:51:39 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 09:51:39 +0700 |
commit | 57b82873fb288936240df45330f1bd8767d2474f (patch) | |
tree | 26c41bde11913dc9bdcc80d7cc43702a49ce0b7c | |
parent | 2cd15849f9f306a478e9c0b4080765f75cc9fa6e (diff) |
Docs: fix arg name of toggled signal in BaseButton
arg was renamed in #15530 but the description wasn't updated
-rw-r--r-- | doc/classes/BaseButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 05ffe6cc11..ff3e22ba26 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -92,7 +92,7 @@ <argument index="0" name="button_pressed" type="bool"> </argument> <description> - This signal is emitted when the button was just toggled between pressed and normal states (only if toggle_mode is active). The new state is contained in the [i]pressed[/i] argument. + This signal is emitted when the button was just toggled between pressed and normal states (only if toggle_mode is active). The new state is contained in the [i]button_pressed[/i] argument. </description> </signal> </signals> |