From 673ea072843a00b001a67944ced04ff9a7a2da54 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 14 Jan 2018 18:31:29 +0100 Subject: [PATCH] Document that window must be created in ShowScrollbars() Calling it before creating the window actually works under MSW, but not under the other platforms. --- interface/wx/scrolwin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/scrolwin.h b/interface/wx/scrolwin.h index e1ecdc44a4..7b44ae250c 100644 --- a/interface/wx/scrolwin.h +++ b/interface/wx/scrolwin.h @@ -332,6 +332,8 @@ public: - wxSHOW_SB_DEFAULT: To restore the default behaviour described above. + Note that the window must be created before calling this method. + @param horz The desired visibility for the horizontal scrollbar. @param vert