Misc small changes, some for VC++ 1.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user