Frame: OnClose now handles asynchronous behaviour of DoStop().

This commit is contained in:
Jules Blok
2014-06-20 03:03:00 +02:00
parent 3266394dfb
commit b30d5dccbe
3 changed files with 21 additions and 10 deletions

View File

@ -186,6 +186,7 @@ private:
bool m_bTabSplit;
bool m_bNoDocking;
bool m_bGameLoading;
bool m_bClosing;
std::vector<std::string> drives;