summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-16 19:33:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-16 19:33:16 +0000
commitad314252f4b578d268ed21d90969fc0a7102f4bb (patch)
treeea6b9c8d9693e78e568248494ed8d9a72092396b /gtk2_ardour/editor_summary.h
parentb6b0bce678f4cfe392cf3fe98cadf3168a6be7ea (diff)
Disable follow playhead during editor summary drags.
git-svn-id: svn://localhost/ardour2/branches/3.0@8518 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index 823a0ca6a8..2b1e5be791 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -106,6 +106,8 @@ private:
bool _zoom_dragging;
Position _zoom_position;
+ bool _old_follow_playhead;
+
PBD::ScopedConnectionList position_connection;
PBD::ScopedConnectionList region_property_connection;
};