aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/shader_graph_editor_plugin.cpp
diff options
context:
space:
mode:
authorPedro J. Estébanez2018-03-27 23:41:27 +0200
committerPedro J. Estébanez2018-04-07 01:06:02 +0200
commit259ed1d40019543dd22c3741eedfd19ff0a7a500 (patch)
tree0086bf615e23c09c667d46c3db7965d3db63d4bb /editor/plugins/shader_graph_editor_plugin.cpp
parent4a5723f59e0437dc9f83f7116b8fddd12e15c5d0 (diff)
downloadgodot-259ed1d40019543dd22c3741eedfd19ff0a7a500.tar.gz
godot-259ed1d40019543dd22c3741eedfd19ff0a7a500.tar.zst
godot-259ed1d40019543dd22c3741eedfd19ff0a7a500.zip
Diffstat (limited to 'editor/plugins/shader_graph_editor_plugin.cpp')
-rw-r--r--editor/plugins/shader_graph_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/shader_graph_editor_plugin.cpp b/editor/plugins/shader_graph_editor_plugin.cpp
index 59085c203..e1d28cc21 100644
--- a/editor/plugins/shader_graph_editor_plugin.cpp
+++ b/editor/plugins/shader_graph_editor_plugin.cpp
@@ -2769,8 +2769,6 @@ void ShaderGraphEditor::_popup_requested(const Vector2 &p_position)
popup->set_global_position(p_position);
popup->set_size( Size2( 200, 0) );
popup->popup();
- popup->call_deferred("grab_click_focus");
- popup->set_invalidate_click_until_motion();
}
void ShaderGraphEditor::_notification(int p_what) {