From 3a941e84bd9157dd1d44c673dede417ac515d381 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 9 Jan 2004 22:29:06 +0000 Subject: [PATCH] scroll near fixed git-svn-id: http://ltt.polymtl.ca/svn@368 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c index 602ac62f..6167639c 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c @@ -669,6 +669,7 @@ void update_time_window_hook(void *hook_data, void *call_data) 0, 0, -1, -1); + *Old_Time_Window = *New_Time_Window; /* Get new data for the rest. */ drawing_data_request(control_flow_data->Drawing, &control_flow_data->Drawing->Pixmap, @@ -708,6 +709,7 @@ void update_time_window_hook(void *hook_data, void *call_data) x, 0, -1, -1); + *Old_Time_Window = *New_Time_Window; /* Get new data for the rest. */ drawing_data_request(control_flow_data->Drawing, &control_flow_data->Drawing->Pixmap, -- 2.34.1