From ff962821ad8e86b76a835384c4842268fe8fb15c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 8 Jan 2024 14:36:43 -0700 Subject: [PATCH] NO-OP: comment fix --- gtk2_ardour/cue_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/cue_editor.h b/gtk2_ardour/cue_editor.h index 637c603f96..a2aa2a1402 100644 --- a/gtk2_ardour/cue_editor.h +++ b/gtk2_ardour/cue_editor.h @@ -83,7 +83,7 @@ class CueEditor : public EditingContext * (defined in editing_syms.h) */ Editing::MouseMode current_mouse_mode () const; - /** @return Whether the current mouse mode is an "internal" editing mode. */ + /** cue editors are *always* used for internal editing */ bool internal_editing() const { return true; } Gdk::Cursor* get_canvas_cursor () const;