mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Working multiple window support, including editor
This commit is contained in:
parent
f51fdc6eef
commit
4758057f20
105 changed files with 1956 additions and 1742 deletions
|
@ -163,7 +163,7 @@ void ProgressDialog::_popup() {
|
|||
main->set_margin(MARGIN_BOTTOM, -style->get_margin(MARGIN_BOTTOM));
|
||||
|
||||
raise();
|
||||
popup_centered(ms);
|
||||
popup_centered_size(ms);
|
||||
}
|
||||
|
||||
void ProgressDialog::add_task(const String &p_task, const String &p_label, int p_steps, bool p_can_cancel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue