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

introducing memoery leak for Amadine -- will be removed tomorrow

parent 2dbe4e0d
No related branches found
No related tags found
No related merge requests found
...@@ -1691,6 +1691,9 @@ Fl_Widget *onelabGroup::_addParameterWidget(onelab::function &p, int ww, int hh, ...@@ -1691,6 +1691,9 @@ Fl_Widget *onelabGroup::_addParameterWidget(onelab::function &p, int ww, int hh,
void onelabGroup::rebuildTree(bool deleteWidgets) void onelabGroup::rebuildTree(bool deleteWidgets)
{ {
// FIXME: testing this for Amandine
deleteWidgets = false;
FL_NORMAL_SIZE -= CTX::instance()->deltaFontSize; FL_NORMAL_SIZE -= CTX::instance()->deltaFontSize;
_computeWidths(); _computeWidths();
......
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