summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-18 00:05:44 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-18 00:05:44 +0000
commita54f107d4f9106a1fe67357030086682f4d7151a (patch)
treec646f787f85f01227db2885404ec38ded06e2f22 /gtk2_ardour/editor_canvas.cc
parent6a634b9c72b0118efc2dd73a56836365b7517b01 (diff)
Make summary zoom happen based on where the drag is started, rather than
needing a modifier. Change mouse pointer shape in the summary to indicate what will happen on a drag. Allow vertical zoom in the summary, which modifies track heights accordingly. git-svn-id: svn://localhost/ardour2/branches/3.0@7275 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 2b5e016378..212da05c0c 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -45,6 +45,7 @@
#include "region_view.h"
#include "editor_group_tabs.h"
#include "editor_routes.h"
+#include "editor_summary.h"
#include "i18n.h"