From 28649aa8c63c8e60f24c15eb0c74f69668207047 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 20 Apr 2004 01:57:09 +0000
Subject: [PATCH] final color tweaks for today :-)

---
 Common/DefaultOptions.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index f331314c17..05a39168ff 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -1215,8 +1215,8 @@ StringXColor MeshOptions_Color[] = {
     PACK_COLOR(0,   0,  0,   255),
     "Second order mesh node color" },
   { F|O, "Lines" , opt_mesh_color_lines , 
-    PACK_COLOR(0,   0, 255,   255),
-    PACK_COLOR(0,   0, 255,   255),
+    PACK_COLOR(0,   255, 0,   255),
+    PACK_COLOR(0,   255, 0,   255),
     PACK_COLOR(0,   0,   0,   255),
     "Mesh line color" },
   { F|O, "Triangles" , opt_mesh_color_triangles , 
-- 
GitLab