summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.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_cursors.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_cursors.cc')
-rw-r--r--gtk2_ardour/editor_cursors.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_cursors.cc b/gtk2_ardour/editor_cursors.cc
index 0725ad0d12..bedff56701 100644
--- a/gtk2_ardour/editor_cursors.cc
+++ b/gtk2_ardour/editor_cursors.cc
@@ -59,6 +59,8 @@ EditorCursor::~EditorCursor ()
void
EditorCursor::set_position (nframes64_t frame)
{
+ PositionChanged (frame);
+
double new_pos = editor.frame_to_unit (frame);
if (new_pos != points.front().get_x()) {