mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-08 17:10:04 +01:00
Use better popup() method.
This commit is contained in:
parent
ce1200e5ea
commit
f4d728b08e
@ -320,7 +320,7 @@ void LayeredTileSetEditor::_source_add_id_pressed(int p_id_pressed) {
|
|||||||
texture_file_dialog->add_filter("*." + E->get() + ";" + E->get().to_upper());
|
texture_file_dialog->add_filter("*." + E->get() + ";" + E->get().to_upper());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
texture_file_dialog->popup_centered();
|
texture_file_dialog->popup_centered_ratio();
|
||||||
} break;
|
} break;
|
||||||
case 1: {
|
case 1: {
|
||||||
int source_id = tile_set->get_next_source_id();
|
int source_id = tile_set->get_next_source_id();
|
||||||
|
Loading…
Reference in New Issue
Block a user