summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-13 05:06:48 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-13 05:06:48 (GMT)
commitada0609b9cb338fc14f1822f9a94fe9e0af95d67 (patch)
tree30b5c5f0ec6d06fdd4025e64b7a97b956615b229
parentdbaf1776d8b7408c8f918e661ac673db39ca4cf9 (diff)
Bugfix: GUI stayed locked if CGAL compile failed
-rw-r--r--src/mainwin.cc1
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;
}
contact: Jan Huwald // Impressum