Don't allow aux sends from MIDI tracks for the time
[ardour.git] / gtk2_ardour / automation_line.h
index 43bfd04d1ddf8b8d23eb09ee7116d6e742159e13..b758dfb5574313254347bea894e34d80db031fc6 100644 (file)
@@ -170,6 +170,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
        bool    update_pending            : 1;
        bool    no_draw                   : 1;
        bool    _is_boolean               : 1;
+       /** true if we did a push at any point during the current drag */
        bool    did_push;
 
        ArdourCanvas::Group&        _parent_group;