implement copy-drag for MIDI notes.
[ardour.git] / gtk2_ardour / editor_drag.h
index f235881d035287376d7bcabd1ce77d828f3b8b6a..91fb37b82eee155217ea5e93a915db59b165ba5e 100644 (file)
@@ -567,6 +567,7 @@ class NoteDrag : public Drag
        double _cumulative_dy;
        bool   _was_selected;
        double _note_height;
+       bool   _copy;
 };
 
 class NoteCreateDrag : public Drag