diff --git a/src/mac/carbon/listctrl_mac.cpp b/src/mac/carbon/listctrl_mac.cpp index a2c5c20ae3..72c02bd3f9 100644 --- a/src/mac/carbon/listctrl_mac.cpp +++ b/src/mac/carbon/listctrl_mac.cpp @@ -860,9 +860,6 @@ bool wxListCtrl::SetColumn(int col, wxListItem& item) if (mask & wxLIST_MASK_WIDTH) listItem.SetWidth(item.GetWidth()); } - - if (mask & wxLIST_MASK_WIDTH) - SetColumnWidth( col, item.GetWidth() ) // change the appearance in the databrowser. DataBrowserListViewHeaderDesc columnDesc;