From 2fe726ad3db3bfed6f3d38bfb3f87336d23d753c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 20 Nov 2025 21:52:10 +0100 Subject: [PATCH] Fix base class of wxVListBox in the documentation It's wxVScrolledCanvas, a.k.a. wxVScrolled, and not wxVScrolledWindow. Closes #25980. --- interface/wx/vlbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/vlbox.h b/interface/wx/vlbox.h index 6e3b93581d..9317446b19 100644 --- a/interface/wx/vlbox.h +++ b/interface/wx/vlbox.h @@ -32,7 +32,7 @@ @see wxSimpleHtmlListBox, wxHtmlListBox */ -class wxVListBox : public wxVScrolledWindow +class wxVListBox : public wxVScrolledCanvas { public: /**