summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-17 00:29:56 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-17 00:29:56 +0000
commit34930fc8cf6f5b552b7cc853b7ce008ea9fb1aaf (patch)
treefe67108f072bd120cd9cadff6c7fd5269e12dd6e /gtk2_ardour/editor_canvas.cc
parent6f6c8b3dba48a6fe37b8e318b7dd1150b1a28367 (diff)
Add a playhead marker to the summary.
git-svn-id: svn://localhost/ardour2/branches/3.0@5206 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 8ef127f0f9..35639a8787 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -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