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
This commit is contained in:
@@ -860,9 +860,6 @@ bool wxListCtrl::SetColumn(int col, wxListItem& item)
|
|||||||
if (mask & wxLIST_MASK_WIDTH)
|
if (mask & wxLIST_MASK_WIDTH)
|
||||||
listItem.SetWidth(item.GetWidth());
|
listItem.SetWidth(item.GetWidth());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mask & wxLIST_MASK_WIDTH)
|
|
||||||
SetColumnWidth( col, item.GetWidth() )
|
|
||||||
|
|
||||||
// change the appearance in the databrowser.
|
// change the appearance in the databrowser.
|
||||||
DataBrowserListViewHeaderDesc columnDesc;
|
DataBrowserListViewHeaderDesc columnDesc;
|
||||||
|
Reference in New Issue
Block a user