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:
parent
20e4242f93
commit
6d460f765d
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user