aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/shader_graph_editor_plugin.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2018-04-07 16:22:00 -0300
committerGitHub2018-04-07 16:22:00 -0300
commit7dedb22f0b0689dce56e73572e69f64974ef2892 (patch)
treedda1bbd587c009a303a213fd49be4f8abcae482f /editor/plugins/shader_graph_editor_plugin.cpp
parent829c455a485b38462ef470e76011789665234aa1 (diff)
parent259ed1d40019543dd22c3741eedfd19ff0a7a500 (diff)
downloadgodot-7dedb22f0b0689dce56e73572e69f64974ef2892.tar.gz
godot-7dedb22f0b0689dce56e73572e69f64974ef2892.tar.zst
godot-7dedb22f0b0689dce56e73572e69f64974ef2892.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) {