Add a playhead marker to the summary.
[ardour.git] / gtk2_ardour / editor.cc
index 3908da49eaf9c03174ecfd9d3ade31a399e6c0bb..5a5ef1341e09f12960e843c00baa58f6a84bf9f8 100644 (file)
@@ -4720,7 +4720,7 @@ Editor::post_zoom ()
                playhead_cursor->set_position (playhead_cursor->current_frame);
        }
 
-       _summary->set_bounds_dirty ();
+       _summary->set_overlays_dirty ();
 
        instant_save ();
 }
@@ -4828,7 +4828,7 @@ Editor::idle_visual_changer ()
                redisplay_tempo (true);
        }
 
-       _summary->set_bounds_dirty ();
+       _summary->set_overlays_dirty ();
        
        //cerr << "Editor::idle_visual_changer () called ha v:l:u:ps:fpu = " << horizontal_adjustment.get_value() << ":" << horizontal_adjustment.get_lower() << ":" << horizontal_adjustment.get_upper() << ":" << horizontal_adjustment.get_page_size() << ":" << frames_per_unit << endl;//DEBUG
        pending_visual_change.idle_handler_id = -1;