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

better

parent 3dcc4562
No related branches found
No related tags found
No related merge requests found
......@@ -958,8 +958,6 @@ void onelabWindow::rebuildTree()
free(_treeStrings[i]);
_treeStrings.clear();
FlGui::check(); // necessary e.g. on windows to avoid "ghosting"
std::vector<onelab::number> numbers;
onelab::server::instance()->get(numbers);
for(unsigned int i = 0; i < numbers.size(); i++){
......@@ -1064,6 +1062,8 @@ void onelabWindow::rebuildTree()
_tree->redraw();
FlGui::check(); // necessary e.g. on windows to avoid "ghosting"
FL_NORMAL_SIZE += _deltaFontSize;
}
......
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