Don't show hidden TLWs in wxMSW when parent is restored (PR #26381)

27 views
Skip to first unread message

VZ

unread,
Apr 14, 2026, 6:41:20 PM (9 days ago) Apr 14
to wx-...@googlegroups.com, Subscribed

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.


You can view, comment on, or merge this pull request online at:

  https://github.com/wxWidgets/wxWidgets/pull/26381

Commit Summary

  • 5eb07d1 Don't show hidden TLWs in wxMSW when parent is restored

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/26381@github.com>

VZ

unread,
Apr 15, 2026, 10:22:40 PM (8 days ago) Apr 15
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#26381)

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.Message ID: <wxWidgets/wxWidgets/pull/26381/c4256987507@github.com>

VZ

unread,
Apr 15, 2026, 10:22:40 PM (8 days ago) Apr 15
to wx-...@googlegroups.com, Subscribed

Closed #26381.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/26381/issue_event/24550860675@github.com>

Reply all
Reply to author
Forward
0 new messages