mirror of
https://github.com/godotengine/godot.git
synced 2025-02-04 18:03:40 +00:00
Fix focus after pressing Enter in EditorSpinSlider
With the change from Popup to Controls for the Input-Node, it becomes necessary to adjust focus after hiding the Input-Node to the initial Control.
This commit is contained in:
parent
e29b982dbf
commit
e88fbfc5ea
@ -582,6 +582,7 @@ void EditorSpinSlider::_value_focus_exited() {
|
|||||||
//tab was pressed
|
//tab was pressed
|
||||||
} else {
|
} else {
|
||||||
//enter, click, esc
|
//enter, click, esc
|
||||||
|
grab_focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user