Make Vector2i values paired with EDSCALE be just Vector2

This commit is contained in:
Michael Alexsander 2022-08-13 14:22:07 -03:00
parent c50febf5ef
commit c4c9e41073
17 changed files with 29 additions and 29 deletions

View file

@ -5693,7 +5693,7 @@ VisualShaderEditor::VisualShaderEditor() {
graph_plugin->set_editor(this);
property_editor_popup = memnew(PopupPanel);
property_editor_popup->set_min_size(Size2i(180, 0) * EDSCALE);
property_editor_popup->set_min_size(Size2(180, 0) * EDSCALE);
add_child(property_editor_popup);
edited_property_holder.instantiate();