From c5d91dfb9d71f472043829402f53ee0013ea6f53 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 29 Nov 2006 15:11:39 +0000
Subject: [PATCH] pretty

---
 Fltk/GUI.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index e542ead129..1489468968 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.569 2006-11-29 15:04:10 geuzaine Exp $
+// $Id: GUI.cpp,v 1.570 2006-11-29 15:11:39 geuzaine Exp $
 //
 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 //
@@ -3968,8 +3968,8 @@ void GUI::create_visibility_window()
     Fl_Button *b2 = new Fl_Button(width - BB - 2 * WB, height - 2 * BH - 3 * WB, BB, BH, "Save");
     b2->callback(visibility_save_cb);
 
-    vis_group[0] ->end();
-    Fl_Group::current()->resizable(o);
+    vis_group[0]->end();
+    Fl_Group::current()->resizable(vis_group[0]);
   }
   {
     vis_group[1] = new Fl_Group(WB, 2 * WB + 2 * BH, width - 2 * WB, height - 4 * WB - 2 * BH, "Numeric input");
-- 
GitLab