Skip to content
Snippets Groups Projects
Commit 8d32f8e6 authored by Matti Pellika's avatar Matti Pellika
Browse files

Update the post-processing branch in the new menu tree after homology computations.

parent 9ecb53d5
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@
#include "PViewOptions.h"
#endif
#if defined(HAVE_FLTK)
#include "FlGui.h"
#endif
#if defined(HAVE_KBIPACK)
template <class TTypeA, class TTypeB>
......@@ -515,6 +519,9 @@ void Chain<C>::addToModel(GModel* m, bool post,
if(opt->tangents == 0) opt->tangents = size;
if(opt->normals == 0) opt->normals = size;
view->setOptions(opt);
#if defined(HAVE_FLTK)
FlGui::instance()->rebuildTree();
#endif
}
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment