summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-31 17:08:39 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-31 17:08:39 +0000
commit556732df8047c5738d0f50fb192c45c02bb90def (patch)
treea80a5298a9334017012055fbc6089c3b6af07d4f /gtk2_ardour/automation_line.h
parenta4ed608e4d6679f5257d8ad4190da6693dc3ff29 (diff)
Fix incorrect automation point drags when a drag is started with push held and finished without it.
git-svn-id: svn://localhost/ardour2/branches/3.0@12509 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.h')
-rw-r--r--gtk2_ardour/automation_line.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h
index 43bfd04d1d..b758dfb557 100644
--- a/gtk2_ardour/automation_line.h
+++ b/gtk2_ardour/automation_line.h
@@ -170,6 +170,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
bool update_pending : 1;
bool no_draw : 1;
bool _is_boolean : 1;
+ /** true if we did a push at any point during the current drag */
bool did_push;
ArdourCanvas::Group& _parent_group;