From a737033715082ca7faa928188d710de603c15484 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 May 2001 11:47:07 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/Callbacks.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp index 7f18546274..22b6a5984a 100644 --- a/Fltk/Callbacks.cpp +++ b/Fltk/Callbacks.cpp @@ -1,4 +1,4 @@ -// $Id: Callbacks.cpp,v 1.54 2001-05-17 13:14:15 geuzaine Exp $ +// $Id: Callbacks.cpp,v 1.55 2001-05-18 11:47:07 geuzaine Exp $ #include <sys/types.h> #include <signal.h> @@ -1438,6 +1438,9 @@ void view_reload_cb(CALLBACK_ARGS){ v = (Post_View*)List_Pointer(Post_ViewList,(int)data); CopyViewOptions(&tmp, v); + // In case the reloaded view has a different number of time steps + if(v->TimeStep > v->NbTimeStep-1) v->TimeStep = 0; + if(!RELOAD_ALL_VIEWS) Draw(); } -- GitLab