From e9c06f39495424490e5101c74ae60b65d4460d69 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 25 May 2007 21:58:11 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index 25acd305f1..9279a894c2 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.620 2007-05-25 08:04:13 geuzaine Exp $
+// $Id: GUI.cpp,v 1.621 2007-05-25 21:58:11 geuzaine Exp $
 //
 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 //
@@ -1352,12 +1352,12 @@ void gmsh_back(Fl_Color c)
 void gmsh_ortho(Fl_Color c)
 {
   fl_color(c);
-  bl; vv(-0.8,0.8); vv(0.4,0.8); vv(0.4,-0.4); vv(-0.8,-0.4); el;
-  bl; vv(-0.4,0.4); vv(0.8,0.4); vv(0.8,-0.8); vv(-0.4,-0.8); el;
-  fl_begin_line(); vv(-0.8,0.8); vv(-0.4,0.4); fl_end_line();
-  fl_begin_line(); vv(0.4,0.8); vv(0.8,0.4); fl_end_line();
-  fl_begin_line(); vv(0.4,-0.4); vv(0.8,-0.8); fl_end_line();
-  fl_begin_line(); vv(-0.8,-0.4); vv(-0.4,-0.8); fl_end_line();
+  bl; vv(-0.8,0.8); vv(0.3,0.8); vv(0.3,-0.3); vv(-0.8,-0.3); el;
+  bl; vv(-0.3,0.3); vv(0.8,0.3); vv(0.8,-0.8); vv(-0.3,-0.8); el;
+  fl_begin_line(); vv(-0.8,0.8); vv(-0.3,0.3); fl_end_line();
+  fl_begin_line(); vv(0.3,0.8); vv(0.8,0.3); fl_end_line();
+  fl_begin_line(); vv(0.3,-0.3); vv(0.8,-0.8); fl_end_line();
+  fl_begin_line(); vv(-0.8,-0.3); vv(-0.3,-0.8); fl_end_line();
 }
 
 void gmsh_rotate(Fl_Color c)
-- 
GitLab