git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72303
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Behave like modal dialogs, don't show in taskbar. This implies
// removing the minimize box, because minimizing windows without
// taskbar entry is confusing.
// Behave like modal dialogs, don't show in taskbar. This implies
// removing the minimize box, because minimizing windows without
// taskbar entry is confusing.
- SetWindowStyle(GetWindowStyle() & ~wxMINIMIZE_BOX | wxFRAME_NO_TASKBAR);
+ SetWindowStyle((GetWindowStyle() & ~wxMINIMIZE_BOX) | wxFRAME_NO_TASKBAR);