mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
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:
parent
6f6c8b3dba
commit
34930fc8cf
6 changed files with 42 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue