From 2e6689f8eecc8fe9855de7e61138c1fba341ca96 Mon Sep 17 00:00:00 2001 From: Bill Su Date: Wed, 18 Mar 2026 00:10:12 -0400 Subject: [PATCH] wxScrolled<>: fix wrong @since versions --- interface/wx/scrolwin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/scrolwin.h b/interface/wx/scrolwin.h index f913bd17bd..f0f6765a48 100644 --- a/interface/wx/scrolwin.h +++ b/interface/wx/scrolwin.h @@ -559,14 +559,14 @@ public: intended to be called on drag-enter to support drag and drop between windows. - @since 3.3.0 + @since 3.3.3 */ void EnableAutoscrollWithoutCapture(); /** Undo EnableAutoscrollWithoutCapture(). This is intended to be called on drag-exit and drag-drop when supporting drag and drop between windows. - @since 3.3.0 + @since 3.3.3 */ void DisableAutoscrollWithoutCapture();