Skip to content
Snippets Groups Projects
Commit 8078f5d4 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add missing line width spec
parent 7bb4ecf3
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
// //
...@@ -784,6 +784,8 @@ void Draw_Post(void) ...@@ -784,6 +784,8 @@ void Draw_Post(void)
if(v->Axes && v->Type == DRAW_POST_3D){ if(v->Axes && v->Type == DRAW_POST_3D){
glColor4ubv((GLubyte *) & CTX.color.fg); glColor4ubv((GLubyte *) & CTX.color.fg);
glLineWidth(CTX.line_width);
gl2psLineWidth(CTX.line_width * CTX.print.eps_line_width_factor);
if(!v->AxesAutoPosition){ if(!v->AxesAutoPosition){
Draw_Axes(v->Axes, v->AxesTics, v->AxesFormat, v->AxesLabel, v->AxesPosition); Draw_Axes(v->Axes, v->AxesTics, v->AxesFormat, v->AxesLabel, v->AxesPosition);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment