]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove incorrect change that accidently made it into commit.
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 12 Nov 2006 05:21:19 +0000 (05:21 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 12 Nov 2006 05:21:19 +0000 (05:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/listctrl_mac.cpp

index a2c5c20ae3b07213e5301492b456f773b34e1f92..72c02bd3f9998ea23f46e8fe670155d99f75b62d 100644 (file)
@@ -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;