1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-04 06:19:40 +00:00

Fixed wait window reappearing after sleeping

This commit is contained in:
Tom Mason 2012-12-02 22:10:47 +00:00
parent 682fd23aea
commit a6fd369e4e

View file

@ -149,6 +149,7 @@ namespace MWGui
mCurHour = 0;
mRemainingTime = 0.05;
mProgressBar.setProgress (0, mHours);
mWindowManager.popGuiMode ();
}
void WaitDialog::onCancelButtonClicked(MyGUI::Widget* sender)