From 57b82873fb288936240df45330f1bd8767d2474f Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Fri, 11 Jan 2019 09:51:39 +0700 Subject: [PATCH] Docs: fix arg name of toggled signal in BaseButton arg was renamed in #15530 but the description wasn't updated --- doc/classes/BaseButton.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 05ffe6cc111..ff3e22ba26b 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -92,7 +92,7 @@ - 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.