From b2842601912169e6c3e5b124bb3bf5d886cf0be2 Mon Sep 17 00:00:00 2001 From: AliKet Date: Thu, 28 Dec 2023 16:35:23 +0100 Subject: [PATCH] Update interface/wx/nonownedwnd.h Co-authored-by: VZ --- interface/wx/nonownedwnd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/nonownedwnd.h b/interface/wx/nonownedwnd.h index e91783c70b..5232ce49f2 100644 --- a/interface/wx/nonownedwnd.h +++ b/interface/wx/nonownedwnd.h @@ -62,8 +62,8 @@ public: resized using SetSize(). As the overload above, this method is not guaranteed to work on all - platforms but currently does work in wxMSW, wxOSX/Cocoa, wxGTK and wxQt - (with the appropriate but almost always present X11 extensions) ports. + platforms but currently does work in wxMSW, wxOSX/Cocoa, wxGTK (with + the appropriate but almost always present X11 extensions) and wxQt ports. @since 2.9.3 */