From ada0609b9cb338fc14f1822f9a94fe9e0af95d67 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 13 Feb 2014 00:06:48 -0500 Subject: Bugfix: GUI stayed locked if CGAL compile failed 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; } -- cgit v0.10.1