[Summary] Fixed bug 45163: Trim range from right corner of timeline leads Tracks...
[ardour.git] / gtk2_ardour / editor_drag.h
index c7c2f23b1a6f36c142bba9b1c1226a65019a3866..ef4a0f0b28830a6630cb5bfb7dd2ab01dc2656e0 100644 (file)
@@ -233,6 +233,7 @@ protected:
 private:
        bool _trackview_only; ///< true if pointer y value should always be relative to the top of the trackview group
        bool _move_threshold_passed; ///< true if the move threshold has been passed, otherwise false
+    bool _starting_point_passed; ///< true if we called move () with first_move flag, otherwise false
         bool _was_double_click; ///< true if drag initiated by a double click event
        double _grab_x; ///< trackview x of the grab start position
        double _grab_y; ///< y of the grab start position, possibly adjusted if _trackview_only is true