#810 Quickfix to improve progress feedback on CSG ops

master
Marius Kintel 2014-05-26 00:27:20 -04:00
parent 89ade7c568
commit a6cc43f1f6
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "Polygon2d.h"
#include "polyset-utils.h"
#include "grid.h"
#include "node.h"
#include "cgal.h"
#include <CGAL/convex_hull_3.h>
@ -133,6 +134,7 @@ namespace CGALUtils {
*N = *chN;
}
CGAL::set_error_behaviour(old_behaviour);
item.first->progress_report();
}
if (op == OPENSCAD_UNION && nary_union_num_inserted > 0) {