Old API depreciated. Use of new API. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -143,7 +143,7 @@ void MyResizableListCtrl::SetColumnWidths()
|
||||
// Subtract width of other columns, scrollbar, and some padding
|
||||
leftmostColumnWidth -= GetColumnWidth( ACTION_COLUMN );
|
||||
leftmostColumnWidth -= GetColumnWidth( PRIORITY_COLUMN );
|
||||
leftmostColumnWidth -= wxSystemSettings::GetSystemMetric( wxSYS_VSCROLL_X );
|
||||
leftmostColumnWidth -= wxSystemSettings::GetMetric( wxSYS_VSCROLL_X );
|
||||
leftmostColumnWidth -= 5;
|
||||
|
||||
// Set the column width to the new value.
|
||||
|
Reference in New Issue
Block a user