From efa49f43edd2aaf1a7eb661e715424a3048ddf9a Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Sun, 12 Nov 2006 05:21:19 +0000 Subject: [PATCH] Remove incorrect change that accidently made it into commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/listctrl_mac.cpp | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.45.2