mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Rename raise() to move_to_front()
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user