From 97ac80aef6507af832874c2f8f74b4184c5b65fd Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 30 Oct 2004 04:23:18 +0000
Subject: [PATCH] force color

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

diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp
index f84866effd..41c524ef29 100644
--- a/Plugin/CutSphere.cpp
+++ b/Plugin/CutSphere.cpp
@@ -1,4 +1,4 @@
-// $Id: CutSphere.cpp,v 1.33 2004-10-30 03:07:29 geuzaine Exp $
+// $Id: CutSphere.cpp,v 1.34 2004-10-30 04:23:18 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -65,6 +65,7 @@ void GMSH_CutSpherePlugin::draw()
   glGetIntegerv(GL_POLYGON_MODE, mode);
   glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
   glPushMatrix();
+  glColor4ubv((GLubyte *) & CTX.color.fg);
   glTranslated(CutSphereOptions_Number[0].def,
 	       CutSphereOptions_Number[1].def,
 	       CutSphereOptions_Number[2].def);
-- 
GitLab