Fix comments.
authorCarl Hetherington <carl@carlh.net>
Tue, 22 Dec 2009 01:11:25 +0000 (01:11 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 22 Dec 2009 01:11:25 +0000 (01:11 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6383 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_drag.h

index 95b22221a3cdfeb85ebb1b9643619c838b89a348..b9872cce5d224072519a3d7220e5709e8744195b 100644 (file)
@@ -127,12 +127,12 @@ protected:
        nframes64_t _current_pointer_frame; ///< frame that the pointer is now at
        double _original_x; ///< original world x of the thing being dragged
        double _original_y; ///< original world y of the thing being dragged
-       double _grab_x; ///< item x of the grab start position
-       double _grab_y; ///< item y of the grab start position
-       double _current_pointer_x; ///< item x of the current pointer
-       double _current_pointer_y; ///< item y of the current pointer
-       double _last_pointer_x; ///< item x of the pointer last time a motion occurred
-       double _last_pointer_y; ///< item y of the pointer last time a motion occurred
+       double _grab_x; ///< trackview x of the grab start position
+       double _grab_y; ///< trackview y of the grab start position
+       double _current_pointer_x; ///< trackview x of the current pointer
+       double _current_pointer_y; ///< trackview y of the current pointer
+       double _last_pointer_x; ///< trackview x of the pointer last time a motion occurred
+       double _last_pointer_y; ///< trackview y of the pointer last time a motion occurred
        bool _x_constrained; ///< true if x motion is constrained, otherwise false
        bool _y_constrained; ///< true if y motion is constrained, otherwise false
        bool _was_rolling; ///< true if the session was rolling before the drag started, otherwise false