diff --git a/src/mac/carbon/listctrl_mac.cpp b/src/mac/carbon/listctrl_mac.cpp index 5450de5164..a43925527a 100644 --- a/src/mac/carbon/listctrl_mac.cpp +++ b/src/mac/carbon/listctrl_mac.cpp @@ -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