time to pixels optimised
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.c
index ee42d907416bc987e8fc92faf4c697cacb39699a..1f4100ee96d5c33d05ef13a8491ce3f172804384 100644 (file)
@@ -383,6 +383,7 @@ static void set_last_start(gpointer key, gpointer value, gpointer user_data)
   hashed_process_data->x.under = x;
   hashed_process_data->x.under_used = FALSE;
   hashed_process_data->x.under_marked = FALSE;
+  hashed_process_data->next_good_time = ltt_time_zero;
 
   return;
 }
This page took 0.022846 seconds and 4 git commands to generate.