From 8078f5d4ac689acc6afe4e3be27329559bb83154 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 13 Mar 2005 20:36:26 +0000
Subject: [PATCH] add missing line width spec

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

diff --git a/Graphics/Post.cpp b/Graphics/Post.cpp
index ac8ce9bc6a..e87e3c3c34 100644
--- a/Graphics/Post.cpp
+++ b/Graphics/Post.cpp
@@ -1,4 +1,4 @@
-// $Id: Post.cpp,v 1.97 2005-03-12 07:52:56 geuzaine Exp $
+// $Id: Post.cpp,v 1.98 2005-03-13 20:36:26 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -784,6 +784,8 @@ void Draw_Post(void)
 
       if(v->Axes && v->Type == DRAW_POST_3D){
 	glColor4ubv((GLubyte *) & CTX.color.fg);
+	glLineWidth(CTX.line_width);
+	gl2psLineWidth(CTX.line_width * CTX.print.eps_line_width_factor);
 	if(!v->AxesAutoPosition){
 	  Draw_Axes(v->Axes, v->AxesTics, v->AxesFormat, v->AxesLabel, v->AxesPosition);
 	}
-- 
GitLab