You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Make Vector2i values paired with EDSCALE be just Vector2
This commit is contained in:
@@ -1186,7 +1186,7 @@ ThemeItemImportTree::ThemeItemImportTree() {
|
||||
void ThemeItemEditorDialog::ok_pressed() {
|
||||
if (import_default_theme_items->has_selected_items() || import_editor_theme_items->has_selected_items() || import_other_theme_items->has_selected_items()) {
|
||||
confirm_closing_dialog->set_text(TTR("Import Items tab has some items selected. Selection will be lost upon closing this window.\nClose anyway?"));
|
||||
confirm_closing_dialog->popup_centered(Size2i(380, 120) * EDSCALE);
|
||||
confirm_closing_dialog->popup_centered(Size2(380, 120) * EDSCALE);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user