Explorar o código

Merge pull request #24903 from Naryosha/patch-1

Docs: fix arg name of toggled signal in BaseButton
Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
59e7fc5ff1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/BaseButton.xml

+ 1 - 1
doc/classes/BaseButton.xml

@@ -92,7 +92,7 @@
 			<argument index="0" name="button_pressed" type="bool">
 			<argument index="0" name="button_pressed" type="bool">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</signal>
 		</signal>
 	</signals>
 	</signals>