From 70c73da9786dcd6c2726fe98ca7bb6ebba43e6f6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 May 2007 22:05:17 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/GUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 4808394e75..193011e937 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.617 2007-05-23 21:58:48 geuzaine Exp $ +// $Id: GUI.cpp,v 1.618 2007-05-23 22:05:17 geuzaine Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -1342,7 +1342,7 @@ void gmsh_forward(Fl_Color c) fl_color(c); bl; vv(-0.6,0.8); vv(0.2,0.0); vv(-0.6,-0.8); el; fl_begin_line(); - vv(-0.2,0.33); vv(-0.2,0.8); vv(0.6,0.0); vv(-0.2,-0.8); vv(-0.2,-0.33); + vv(-0.2,0.37); vv(-0.2,0.8); vv(0.6,0.0); vv(-0.2,-0.8); vv(-0.2,-0.37); fl_end_line(); } -- GitLab