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

better

parent 8465d030
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,8 @@ void onelab_cb(Fl_Widget *w, void *data)
if(action == "refresh"){
updateGraphs();
FlGui::instance()->onelab->rebuildTree();
FlGui::instance()->onelab->show();
if(!FlGui::instance()->onelab->shown())
FlGui::instance()->onelab->show();
return;
}
......
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