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

Graphics

parent 4813769c
No related branches found
No related tags found
No related merge requests found
// $Id: Draw.cpp,v 1.113 2007-08-29 18:41:06 geuzaine Exp $ // $Id: Draw.cpp,v 1.114 2007-08-31 17:29:45 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -98,12 +98,13 @@ void Draw2d() ...@@ -98,12 +98,13 @@ void Draw2d()
Draw_Graph2D_Old(); Draw_Graph2D_Old();
Draw_Text2D_Old(); Draw_Text2D_Old();
if(CTX.post.draw) Draw_Scales_Old();
Draw_Graph2D(); Draw_Graph2D();
Draw_Text2D(); Draw_Text2D();
Draw_OnScreenMessages(); Draw_OnScreenMessages();
if(CTX.post.draw) if(CTX.post.draw) Draw_Scales();
Draw_Scales();
if(CTX.small_axes) if(CTX.small_axes)
Draw_SmallAxes(); Draw_SmallAxes();
} }
......
// $Id: OpenFile.cpp,v 1.154 2007-08-28 23:13:03 geuzaine Exp $ // $Id: OpenFile.cpp,v 1.155 2007-08-31 17:29:45 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -389,7 +389,7 @@ int MergeFile(char *name, int warn_if_missing) ...@@ -389,7 +389,7 @@ int MergeFile(char *name, int warn_if_missing)
} }
else if(!strncmp(header, "$PostFormat", 11) || else if(!strncmp(header, "$PostFormat", 11) ||
!strncmp(header, "$View", 5)) { !strncmp(header, "$View", 5)) {
#if 0 // test new post-pro #if 1 // test new post-pro
PView *p = new PView(false); PView *p = new PView(false);
status = p->getData()->read(name); status = p->getData()->read(name);
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment