Merge pull request #26701 from qarmin/do_not_lost_focus
Do not lose focus when moving through scene tree
This commit is contained in:
commit
9347142484
1 changed files with 0 additions and 1 deletions
|
@ -4922,7 +4922,6 @@ void CanvasItemEditorPlugin::make_visible(bool p_visible) {
|
|||
canvas_item_editor->show();
|
||||
canvas_item_editor->set_physics_process(true);
|
||||
VisualServer::get_singleton()->viewport_set_hide_canvas(editor->get_scene_root()->get_viewport_rid(), false);
|
||||
canvas_item_editor->viewport->grab_focus();
|
||||
|
||||
} else {
|
||||
|
||||
|
|
Loading…
Reference in a new issue