Bugfix: GUI stayed locked if CGAL compile failed

issue406
Marius Kintel 2014-02-13 00:06:48 -05:00
parent dbaf1776d8
commit ada0609b9c
1 changed files with 1 additions and 0 deletions

View File

@ -1402,6 +1402,7 @@ void MainWindow::actionRenderCGAL()
void MainWindow::cgalRender()
{
if (!this->root_module || !this->root_node) {
compileEnded();
return;
}