You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
misc cleanup
This commit is contained in:
@@ -2369,7 +2369,7 @@ void AnimationKeyEditor::_track_editor_input_event(const InputEvent& p_input) {
|
||||
te->update();
|
||||
track_editor->set_tooltip("");
|
||||
|
||||
if (!track_editor->has_focus() && (!get_focus_owner() || !get_focus_owner()->cast_to<LineEdit>()))
|
||||
if (!track_editor->has_focus() && (!get_focus_owner() || !get_focus_owner()->is_text_field()))
|
||||
track_editor->call_deferred("grab_focus");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user