From a12820ab77c5a501b4685ac9e2f21ec916bffd8e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Nov 2011 12:19:11 +0000 Subject: Add an option to disable editor update during drags of the summary (#4407). git-svn-id: svn://localhost/ardour2/branches/3.0@10377 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_summary.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/editor_summary.h') diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h index b465709100..4da49d6e11 100644 --- a/gtk2_ardour/editor_summary.h +++ b/gtk2_ardour/editor_summary.h @@ -82,6 +82,7 @@ private: Position get_position (double, double) const; void set_cursor (Position); void route_gui_changed (std::string); + bool suspending_editor_updates () const; framepos_t _start; ///< start frame of the overview framepos_t _end; ///< end frame of the overview @@ -105,6 +106,10 @@ private: std::pair _view_rectangle_x; std::pair _view_rectangle_y; + std::pair _pending_editor_x; + std::pair _pending_editor_y; + bool _pending_editor_changed; + bool _zoom_dragging; Position _zoom_position; -- cgit v1.2.3