From ed58c2a26518585a9912717685190b24e7501b76 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 25 Sep 2001 10:12:26 +0000
Subject: [PATCH] *** empty log message ***

---
 Graphics/Axes.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Graphics/Axes.cpp b/Graphics/Axes.cpp
index 65ae9d2eef..cba38f8fb2 100644
--- a/Graphics/Axes.cpp
+++ b/Graphics/Axes.cpp
@@ -1,4 +1,4 @@
-// $Id: Axes.cpp,v 1.6 2001-09-25 08:20:50 geuzaine Exp $
+// $Id: Axes.cpp,v 1.7 2001-09-25 10:12:26 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "GmshUI.h"
@@ -108,6 +108,7 @@ void Draw_SmallAxes(void){
   yx = l*CTX.rot[1][0] ; yy = l*CTX.rot[1][1] ;
   zx = l*CTX.rot[2][0] ; zy = l*CTX.rot[2][1] ;
 
+  glLineWidth(1.); gl2psLineWidth(1.*CTX.print.eps_line_width_factor);
   glColor4ubv((GLubyte*)&CTX.color.small_axes);
 
   glBegin(GL_LINES);
-- 
GitLab