diff --git a/Graphics/PostSimplex.cpp b/Graphics/PostSimplex.cpp index 0f2bc154f4b86f10738d4b37847a483aaaae0915..eb2133a3c88d4b9f9ad331be19c7055e63937b2f 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);