summaryrefslogtreecommitdiff
path: root/src/preview/PreviewController.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-10 19:50:36 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-10 19:50:36 (GMT)
commit98209da0a561614033a727b55c4313ab67dea91c (patch)
tree3dc092c8765a67a1b8ebdd617c4403a45dd74b75 /src/preview/PreviewController.cpp
parent150114c11fa65aa1c6c29abab8332bf6749da372 (diff)
downloadpowder-98209da0a561614033a727b55c4313ab67dea91c.zip
powder-98209da0a561614033a727b55c4313ab67dea91c.tar.gz
Save Open signs working
Diffstat (limited to 'src/preview/PreviewController.cpp')
-rw-r--r--src/preview/PreviewController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preview/PreviewController.cpp b/src/preview/PreviewController.cpp
index a922bc6..b81ccda 100644
--- a/src/preview/PreviewController.cpp
+++ b/src/preview/PreviewController.cpp
@@ -150,9 +150,9 @@ void PreviewController::Exit()
{
ui::Engine::Ref().CloseWindow();
}
+ HasExited = true;
if(callback)
callback->ControllerExit();
- HasExited = true;
}
PreviewController::~PreviewController() {