Rename raise() to move_to_front()

This commit is contained in:
kobewi
2022-04-10 20:52:55 +02:00
parent 0f62e357e0
commit b218727599
12 changed files with 25 additions and 32 deletions

View File

@@ -176,7 +176,7 @@ void ProgressDialog::add_task(const String &p_task, const String &p_label, int p
} else {
cancel_hb->hide();
}
cancel_hb->raise();
cancel_hb->move_to_front();
cancelled = false;
_popup();
if (p_can_cancel) {