]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectrl.cpp
Moved OGL to new locations.
[wxWidgets.git] / src / generic / treectrl.cpp
index 9ec067f7e284530f1f136f5e2dc8007cbed8636c..09a31f1449a76f048cafb219a83afc01350be3ef 100644 (file)
@@ -2287,8 +2287,8 @@ void wxTreeCtrl::OnIdle( wxIdleEvent &WXUNUSED(event) )
 
 void wxTreeCtrl::CalculateSize( wxGenericTreeItem *item, wxDC &dc )
 {
-    int text_w = 0;
-    int text_h = 0;
+    wxCoord text_w = 0;
+    wxCoord text_h = 0;
 
     if (item->IsBold())
         dc.SetFont(m_boldFont);