From 85acf35337e73a1382a1ce3f1fa02470d75e487a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Jan 2011 02:28:28 +0000 Subject: Disable follow-playhead during drags. Fixes #3647. git-svn-id: svn://localhost/ardour2/branches/3.0@8444 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index c46b305c27..c4d3edeef7 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -344,7 +344,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void toggle_stationary_playhead (); bool stationary_playhead() const { return _stationary_playhead; } - void set_follow_playhead (bool yn); + void set_follow_playhead (bool yn, bool catch_up = true); void toggle_follow_playhead (); bool follow_playhead() const { return _follow_playhead; } bool dragging_playhead () const { return _dragging_playhead; } -- cgit v1.2.3