From 30237aad7f8e56bc97af4f74812e92e76c924258 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 19 Dec 2012 15:55:06 +0000 Subject: fix push-drags of automation data - previously we did not resync the model with the view for the points that were pushed (i.e. not selected, but moved anyway) git-svn-id: svn://localhost/ardour2/branches/3.0@13681 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_drag.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/editor_drag.h') diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h index e78a9fa96a..e3e4b5e665 100644 --- a/gtk2_ardour/editor_drag.h +++ b/gtk2_ardour/editor_drag.h @@ -706,6 +706,8 @@ private: double _fixed_grab_y; double _cumulative_x_drag; double _cumulative_y_drag; + bool _pushing; + uint32_t _final_index; static double _zero_gain_fraction; }; -- cgit v1.2.3