]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/custclas.cpp
reSWIGged
[wxWidgets.git] / samples / xrc / custclas.cpp
index 24669047db1ac178272b4e2236a5d9ecb31da3f1..a356a21c04eb74ff70aebaf94110a55ae70baa4b 100644 (file)
@@ -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.