fix scroll left glitch : was due to main window not giving end time. fixed with add...
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 14 Aug 2004 07:06:16 +0000 (07:06 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 14 Aug 2004 07:06:16 +0000 (07:06 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@738 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c

index 265c68d5563d8461c1f10946523a75d683e8aaf2..53f21422dc21f6580a274570d9fea0f28662da51 100644 (file)
@@ -144,6 +144,8 @@ void drawing_data_request(Drawing_t *drawing,
   convert_pixels_to_time(drawing->width, x+width,
         time_window,
         &time_end);
+  time_end = ltt_time_add(time_end, ltt_time_one); // because main window
+                                                   // doesn't deliver end time.
 
   lttvwindow_events_request_remove_all(tab,
                                        control_flow_data);
This page took 0.024183 seconds and 4 git commands to generate.