You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix invalid visual shader context menu popup size
This commit is contained in:
@@ -2387,6 +2387,7 @@ void VisualShaderEditor::_graph_gui_input(const Ref<InputEvent> &p_event) {
|
|||||||
menu_point = graph->get_local_mouse_position();
|
menu_point = graph->get_local_mouse_position();
|
||||||
Point2 gpos = Input::get_singleton()->get_mouse_position();
|
Point2 gpos = Input::get_singleton()->get_mouse_position();
|
||||||
popup_menu->set_position(gpos);
|
popup_menu->set_position(gpos);
|
||||||
|
popup_menu->set_size(Size2(-1, -1));
|
||||||
popup_menu->popup();
|
popup_menu->popup();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user