summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
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.h
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.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 66b580aea5..576022ff92 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -65,7 +65,6 @@
#include "editor_items.h"
#include "region_selection.h"
#include "canvas.h"
-#include "editor_summary.h"
namespace Gnome { namespace Canvas {
class NoEventText;
@@ -128,6 +127,7 @@ class EditorRouteGroups;
class EditorRegions;
class EditorLocations;
class EditorSnapshots;
+class EditorSummary;
/* <CMT Additions> */
class ImageFrameView;