summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-08-14 01:50:51 +1000
committernick_m <mainsbridge@gmail.com>2016-08-14 03:04:54 +1000
commit4eba9b86381b7a56d0b1c20cde2064fd16c45a04 (patch)
tree9bbfa114d5f1d5b46a664436db39d0ccb64c9551 /gtk2_ardour/editor_drag.h
parentc62026b5679810d4633c1a2de841daf29dda9dc6 (diff)
Resolve potential ambiguity between the constraint modifier and the copy modifier when beginning a drag.
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index cc0e9d95dd..a3e17bfaf9 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -282,6 +282,7 @@ private:
*/
ARDOUR::frameoffset_t _snap_delta;
CursorContext::Handle _cursor_ctx; ///< cursor change context
+ bool _constraint_pressed; ///< if the keyboard indicated constraint modifier was pressed on start_grab()
};
class RegionDrag;