Merge pull request #2534 from eska014/unpress-hidden-buttons

Fix BaseButtons remaining pressed when hiding while pressed down
This commit is contained in:
Juan Linietsky
2015-09-26 00:53:38 -03:00
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -5018,7 +5018,7 @@
<return type="bool">
</return>
<description>
Return when the button is pressed (only if toggle_mode is active).
If toggle_mode is active, return whether the button is toggled. If toggle_mode is not active, return whether the button is pressed down.
</description>
</method>
<method name="is_hovered" qualifiers="const">