From e799dc954e8eb348139633abdb60140d535765b1 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 13 Apr 2020 21:56:47 +0200 Subject: [PATCH] Mention `keep_pressed_outside` caveat in the BaseButton documentation This closes #37790. --- doc/classes/BaseButton.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 2147b2b4b08..5e908b0e535 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -60,6 +60,7 @@ If [code]true[/code], the button stays pressed when moving the cursor outside the button while pressing it. + [b]Note:[/b] This property only affects the button's visual appearance. Signals will be emitted at the same moment regardless of this property's value. If [code]true[/code], the button's state is pressed. Means the button is pressed down or toggled (if [member toggle_mode] is active).