Update automated Plugin Controlls when seeking and not rolling
[ardour.git] / gtk2_ardour / editor_drag.h
index cc0e9d95ddc7761725b48818114ec315ac3f39fc..a3e17bfaf916cdcfad781cbd3ae7033e2d9935ee 100644 (file)
@@ -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;