summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-08 11:46:11 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-08 11:46:11 +0000
commitd9c4625ff55fd93d7cd69c8b9e2e09b6f97095e0 (patch)
tree9c8b05c2a8521952e71e4cdb73de62341c38b294 /gtk2_ardour/editor_summary.cc
parent5d22b482dcea9953a55628b9d6df60d1a34a860d (diff)
Don't catch up with the playhead after drags.
git-svn-id: svn://localhost/ardour2/branches/3.0@8767 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index 65395274ef..442fca93b6 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -528,7 +528,7 @@ EditorSummary::on_button_release_event (GdkEventButton*)
_move_dragging = false;
_zoom_dragging = false;
_editor->_dragging_playhead = false;
- _editor->set_follow_playhead (_old_follow_playhead);
+ _editor->set_follow_playhead (_old_follow_playhead, false);
return true;
}