From 6e6322b315f04748ea440f91415a9525eea3e854 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 27 May 2024 20:13:42 +0200 Subject: [PATCH] Doxygen: fix explicit link request to 'motion' could not be resolved --- gtk2_ardour/editor_drag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h index d1f7deb55a..638da05f55 100644 --- a/gtk2_ardour/editor_drag.h +++ b/gtk2_ardour/editor_drag.h @@ -327,7 +327,7 @@ protected: private: bool _trackview_only; ///< true if pointer y value should always be relative to the top of the trackview group - bool _hide_snapped_cursor; ///< set true of ::motion does not call `set_snapped_cursor_position` + bool _hide_snapped_cursor; ///< set true of Drag::motion does not call `set_snapped_cursor_position` 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 _initially_vertical; ///< true if after move threshold is passed we appear to be moving vertically; undefined before that