Merge pull request #1209 from laanwj/2012_05_hideonshutdown
Hide UI immediately after leaving the main loop
This commit is contained in:
commit
0e69fc6e84
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ int main(int argc, char *argv[])
|
||||||
#endif
|
#endif
|
||||||
app.exec();
|
app.exec();
|
||||||
|
|
||||||
|
window.hide();
|
||||||
window.setClientModel(0);
|
window.setClientModel(0);
|
||||||
window.setWalletModel(0);
|
window.setWalletModel(0);
|
||||||
guiref = 0;
|
guiref = 0;
|
||||||
|
|
Loading…
Reference in a new issue