summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-03-26 06:16:47 +1100
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:12 +1000
commita64e46a6b3a6eda0a75103dc81b2c369b8306c95 (patch)
tree3657ff420df78398fe1a0ae011c06e6ab6fba0e0 /gtk2_ardour/editor_drag.h
parenta84527cd17fd375cb16268970260863fb5549952 (diff)
Tempo ramps - allow constraint-drag of first tempo.
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 1864514753..caee8ad6ba 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -737,6 +737,7 @@ private:
ARDOUR::TempoSection* _real_section;
bool _copy;
+ bool _movable;
XMLNode* before_state;
};