Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
theming (some applications look bad without 3D borders) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -356,7 +356,8 @@ END_EVENT_TABLE()
|
||||
MySplitterWindow::MySplitterWindow(wxFrame *parent)
|
||||
: wxSplitterWindow(parent, -1,
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
0x700| wxSP_LIVE_UPDATE | wxCLIP_CHILDREN)
|
||||
wxSP_3D | wxSP_LIVE_UPDATE |
|
||||
wxCLIP_CHILDREN /* | wxSP_NO_XP_THEME */ )
|
||||
{
|
||||
m_frame = parent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user