summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-21 14:22:13 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-21 14:22:13 +0000
commit3aa1f2147531de91f6a59fde7ba9501620fd4dda (patch)
treef7cf8d12a149559c74f6a55dd6c64679e9591857 /gtk2_ardour/editor_drag.h
parenta017411dfab6d85fdbdcb9d4fd17a05f0ee2cc2a (diff)
Updating zoom mouse cursor on modifier press. Fixes #274.
git-svn-id: svn://localhost/ardour2/branches/3.0@7820 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 4e8a703c2d..a0281fc427 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -807,6 +807,9 @@ public:
void motion (GdkEvent *, bool);
void finished (GdkEvent *, bool);
void aborted ();
+
+private:
+ bool _zoom_out;
};
/** Drag of a range of automation data, changing value but not position */