put back in a coherent state after a current time change
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / callbacks.c
index a19cde58bd9bfdaa3cb3867128ae5879b3f0cbc7..8bf819e631ec9de4e9e1a74137b283d8f175e3fd 100644 (file)
@@ -3621,6 +3621,8 @@ void current_position_change_manager(Tab *tab,
 
   g_assert(lttv_process_traceset_seek_position(tsc, pos) == 0);
   LttTime new_time = lttv_traceset_context_position_get_time(pos);
+  /* Put the context in a state coherent position */
+  lttv_state_traceset_seek_time_closest((LttvTracesetState*)tsc, ltt_time_zero);
   
   current_time_change_manager(tab, new_time);
   
This page took 0.022612 seconds and 4 git commands to generate.