From 639750f815a856bd9a61355e0d8e331e0fe215b6 Mon Sep 17 00:00:00 2001 From: nick_m Date: Thu, 18 Jun 2015 03:48:39 +1000 Subject: Don't add history by clicking a control point, fix control point selection. - also make set_selected_control_point_from_click () return something useful. --- gtk2_ardour/editor_drag.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/editor_drag.h') diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h index 6fcd92751a..40525de80b 100644 --- a/gtk2_ardour/editor_drag.h +++ b/gtk2_ardour/editor_drag.h @@ -834,6 +834,7 @@ private: double _fixed_grab_y; double _cumulative_x_drag; double _cumulative_y_drag; + bool _first_move; bool _pushing; uint32_t _final_index; static double _zero_gain_fraction; -- cgit v1.2.3