mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Fixed wait window reappearing after sleeping
This commit is contained in:
parent
682fd23aea
commit
a6fd369e4e
@ -149,6 +149,7 @@ namespace MWGui
|
|||||||
mCurHour = 0;
|
mCurHour = 0;
|
||||||
mRemainingTime = 0.05;
|
mRemainingTime = 0.05;
|
||||||
mProgressBar.setProgress (0, mHours);
|
mProgressBar.setProgress (0, mHours);
|
||||||
|
mWindowManager.popGuiMode ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WaitDialog::onCancelButtonClicked(MyGUI::Widget* sender)
|
void WaitDialog::onCancelButtonClicked(MyGUI::Widget* sender)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user