From 4844b622fe519b3f89cda011f082e92192d5516c Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 30 Jan 2016 11:27:32 +0000
Subject: [PATCH] missing rebuild tree

---
 Fltk/contextWindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Fltk/contextWindow.cpp b/Fltk/contextWindow.cpp
index c218486be9..1e89fc6b79 100644
--- a/Fltk/contextWindow.cpp
+++ b/Fltk/contextWindow.cpp
@@ -23,6 +23,7 @@ static void elementary_define_parameter_cb(Fl_Widget *w, void *data)
             FlGui::instance()->elementaryContext->input[25]->value(),
             GModel::current()->getFileName());
   FlGui::instance()->resetVisibility();
+  FlGui::instance()->rebuildTree(true);
 }
 
 static void elementary_define_point_cb(Fl_Widget *w, void *data)
-- 
GitLab