let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jun 2006 18:27:55 +0000 (18:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jun 2006 18:27:55 +0000 (18:27 +0000)
commitdc134969ef4efd78faccc19fa616d715ab39c5f8
treedb4b73c3f9c473faee97ad99ba0dc7a790987d6e
parent392c5133ff8aba785fece7aef8f63f99843e8aa1
let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included in the default style and getting rid of them manually requires writing ugly wxDEFAULT_FRAME_STYLE & ~(wxMINIMIZE_BOX | wxMAXIMIZE_BOX) while this is almost always what we need

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/toplevel.cpp