Do not lose focus when moving through scene tree
This commit is contained in:
parent
2940475c71
commit
138698e51f
|
@ -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 New Issue