Don't forbid creating wxSplitterWindow with border style.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:23:02 +0000 (01:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:23:02 +0000 (01:23 +0000)
commit245f96e890ee8912bb6b356239fa55b0706a769a
tree298b38dba0b093d2ea4ddf24a4e591c8fe9a9f30
parente819ca3aa5a6da0944180d0da45102457bffcff5
Don't forbid creating wxSplitterWindow with border style.

Any border specified for wxSplitterWindow was explicitly discarded when
creating it but there doesn't seem to be any reason to forbid it, the original
code probably predated the addition of wxWindow::GetDefaultBorder() which
allowed to have different borders by default for different classes.

In any case, simply remove this code now to allow creating splitters with
borders if so desired.

Closes #12413.

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