From 26614a37b83b95894e9f040f411fe2adf903cfe7 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. (cherry picked from commit e799dc954e8eb348139633abdb60140d535765b1) --- doc/classes/BaseButton.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 946ff316ab6..7d6281efbba 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).