mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
Behaviour of this function when the window was hidden was inconsistent: it didn't show the window in wxMSW but did in wxGTK (where doing this broke decoration size computation logic, see #25348) and partially did (meaning it was broken) in wxOSX. Fix this in the simplest possible way and don't show the window in all ports now, as it seems to be a safer change than starting to show it in all of them. Also document this behaviour. Closes #18762.