Skip to content
Snippets Groups Projects
Commit a2a07e45 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

don't delete widgets in rebuildTree in import physical groups.

(This is just a band-aid to avoid crashes when updating widgets interactively. We should really avoid rebulding the tree all the time)
parent 4b983632
No related branches found
No related tags found
No related merge requests found
...@@ -1239,7 +1239,7 @@ void Msg::ImportPhysicalGroupsInOnelab() ...@@ -1239,7 +1239,7 @@ void Msg::ImportPhysicalGroupsInOnelab()
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
if(FlGui::available()){ if(FlGui::available()){
FlGui::instance()->resetVisibility(); FlGui::instance()->resetVisibility();
FlGui::instance()->rebuildTree(true); FlGui::instance()->rebuildTree(false);
} }
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment