From 4a9edc34bd9cf4a6cf7533d00964b07bf393e229 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 18 Dec 2000 16:56:13 +0000 Subject: [PATCH] bug in filled iso+lightning --- Graphics/PostSimplex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics/PostSimplex.cpp b/Graphics/PostSimplex.cpp index 0f2bc154f4..eb2133a3c8 100644 --- a/Graphics/PostSimplex.cpp +++ b/Graphics/PostSimplex.cpp @@ -1,4 +1,4 @@ -/* $Id: PostSimplex.cpp,v 1.8 2000-12-18 15:05:21 geuzaine Exp $ */ +/* $Id: PostSimplex.cpp,v 1.9 2000-12-18 16:56:13 geuzaine Exp $ */ #include "Gmsh.h" #include "GmshUI.h" @@ -251,7 +251,7 @@ void Draw_ScalarTriangle(Post_View *View, } else{ - if(View->ShowElement || + if(View->ShowElement || View->Light || View->IntervalsType == DRAW_POST_CONTINUOUS) for(i = 0 ; i<3 ; i++) RaiseFill(i, V[3*View->TimeStep+i], ValMin, Raise); -- GitLab