You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Fix UI focus being shown when it shouldn't
This commit is contained in:
@@ -552,7 +552,7 @@ bool Viewport::_can_hide_focus_state() {
|
||||
}
|
||||
|
||||
void Viewport::_on_settings_changed() {
|
||||
if (!gui.hide_focus && _can_hide_focus_state()) {
|
||||
if (!gui.hide_focus || _can_hide_focus_state()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user