Add a playhead marker to the summary.

git-svn-id: svn://localhost/ardour2/branches/3.0@5206 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-17 00:29:56 +00:00
parent 6f6c8b3dba
commit 34930fc8cf
6 changed files with 42 additions and 11 deletions

View file

@ -362,7 +362,7 @@ Editor::track_canvas_size_allocated ()
reset_hscrollbar_stepping ();
update_fixed_rulers();
redisplay_tempo (false);
_summary->set_bounds_dirty ();
_summary->set_overlays_dirty ();
Resized (); /* EMIT_SIGNAL */
@ -773,7 +773,7 @@ Editor::tie_vertical_scrolling ()
controls_layout.get_vadjustment()->set_value (vertical_adjustment.get_value());
if (pending_visual_change.idle_handler_id < 0) {
_summary->set_bounds_dirty ();
_summary->set_overlays_dirty ();
}
}
@ -797,7 +797,7 @@ Editor::scroll_canvas_horizontally ()
redisplay_tempo (true);
if (pending_visual_change.idle_handler_id < 0) {
_summary->set_bounds_dirty ();
_summary->set_overlays_dirty ();
}
#ifndef GTKOSX