Turn off all border styles for the inner window

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2003-04-08 22:24:14 +00:00
parent 20e4242f93
commit 6d460f765d

View File

@ -4717,7 +4717,7 @@ bool wxGenericListCtrl::Create(wxWindow *parent,
return FALSE;
// don't create the inner window with the border
style &= ~wxSUNKEN_BORDER;
style &= ~wxBORDER_MASK;
m_mainWin = new wxListMainWindow( this, -1, wxPoint(0,0), size, style );