summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-05-21 01:30:57 +1000
committernick_m <mainsbridge@gmail.com>2015-05-21 01:30:57 +1000
commitae0759ae88c2497c936b052936610a0e8c97a236 (patch)
treef7b99e9258ed4790463c87c77a4cf08b5115e25c /gtk2_ardour/editor_drag.h
parent66221d1dea2fc82f236ee7b3815b6b3598e0dc89 (diff)
Allow all drag -related modifiers to be set, re-instate "jump after trim"
- Copy modifier still doesn't save - Testers please edit the Extra section of ~/.ardourN/config to allow defaults to "take" - Note that the current defaults overlap. - warning - absolute snap modifier has no default and will be always "on" unless you set it!
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 4ed77999bf..2197f5601e 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -654,6 +654,7 @@ private:
Operation _operation;
bool _preserve_fade_anchor;
+ bool _jump_position_when_done;
};
/** Meter marker drag */