diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-13 05:06:48 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-13 05:06:48 (GMT) |
commit | ada0609b9cb338fc14f1822f9a94fe9e0af95d67 (patch) | |
tree | 30b5c5f0ec6d06fdd4025e64b7a97b956615b229 | |
parent | dbaf1776d8b7408c8f918e661ac673db39ca4cf9 (diff) |
Bugfix: GUI stayed locked if CGAL compile failed
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 94f5c77..3eb98a6 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1402,6 +1402,7 @@ void MainWindow::actionRenderCGAL() void MainWindow::cgalRender() { if (!this->root_module || !this->root_node) { + compileEnded(); return; } |