Fix typo with adding wxNO_BORDER to the native control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7c5190745f
commit
1934a64e10
@ -627,7 +627,7 @@ bool wxListCtrl::Create(wxWindow *parent,
|
||||
{
|
||||
m_macIsUserPane = true;
|
||||
|
||||
if ( !wxWindow::Create(parent, id, pos, size, style & wxNO_BORDER, name) )
|
||||
if ( !wxWindow::Create(parent, id, pos, size, style | wxNO_BORDER, name) )
|
||||
return false;
|
||||
|
||||
// since the generic control is a child, make sure we position it at 0, 0
|
||||
|
Loading…
Reference in New Issue
Block a user