removed wxCLIP_CHILDREN style from wxSplitterWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
|||||||
wxSplitterWindow(wxWindow *parent, wxWindowID id = -1,
|
wxSplitterWindow(wxWindow *parent, wxWindowID id = -1,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxSP_3D|wxCLIP_CHILDREN,
|
long style = wxSP_3D,
|
||||||
const wxString& name = "splitter")
|
const wxString& name = "splitter")
|
||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
@@ -81,7 +81,7 @@ public:
|
|||||||
bool Create(wxWindow *parent, wxWindowID id = -1,
|
bool Create(wxWindow *parent, wxWindowID id = -1,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxSP_3D|wxCLIP_CHILDREN,
|
long style = wxSP_3D,
|
||||||
const wxString& name = "splitter");
|
const wxString& name = "splitter");
|
||||||
|
|
||||||
// Gets the only or left/top pane
|
// Gets the only or left/top pane
|
||||||
|
Reference in New Issue
Block a user