Tweak colouring in the processor list.
[ardour.git] / libs / ardour / export_handler.cc
index 59a023c4d8483074d86aa04779d9ee22f1c6a327..104894abe3f5cef82f73e6f49793ebe06b9eda1f 100644 (file)
@@ -162,6 +162,7 @@ ExportHandler::start_timespan ()
 
        timespan_bounds = config_map.equal_range (current_timespan);
        graph_builder->reset ();
+       graph_builder->set_current_timespan (current_timespan);
        for (ConfigMap::iterator it = timespan_bounds.first; it != timespan_bounds.second; ++it) {
                // Filenames can be shared across timespans
                FileSpec & spec = it->second;