Reimplement wxPopupWindow using WS_POPUP instead of WS_CHILD window in wxMSW as the new approach allows using the controls inside the popup normally, unlike the old one. See https://github.com/wxWidgets/wxWidgets/pull/986 Closes #18243.
Reimplement wxPopupWindow using WS_POPUP instead of WS_CHILD window in wxMSW as the new approach allows using the controls inside the popup normally, unlike the old one. See https://github.com/wxWidgets/wxWidgets/pull/986 Closes #18243.