The default Windows behaviour is to show the children of a hidden window when this window is restored from the taskbar, but we don't want this to happen as this is rather unexpected and, worse, breaks the relationship between the internal state of the window (m_isShown) and its actual visibility.
We could fix the latter problem by calling Show() explicitly ourselves, but it seems better to just not show the children.
Closes #23997.
https://github.com/wxWidgets/wxWidgets/pull/26381
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Applied as the commit above.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()