Files
wxWidgets/interface
Vadim Zeitlin 3c93711f4b Don't show the window if it is currently hidden in Raise()
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.
2026-02-28 15:47:22 +01:00
..