mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-04 15:57:59 +03:00
Fixed wait window reappearing after sleeping
This commit is contained in:
parent
682fd23aea
commit
a6fd369e4e
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ namespace MWGui
|
|||
mCurHour = 0;
|
||||
mRemainingTime = 0.05;
|
||||
mProgressBar.setProgress (0, mHours);
|
||||
mWindowManager.popGuiMode ();
|
||||
}
|
||||
|
||||
void WaitDialog::onCancelButtonClicked(MyGUI::Widget* sender)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue