Remove debug code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2387,7 +2387,6 @@ void wxGenericTreeCtrl::PaintLevel( wxGenericTreeItem *item, wxDC &dc, int level
|
|||||||
int yy = y_mid - image_h/2;
|
int yy = y_mid - image_h/2;
|
||||||
|
|
||||||
wxDCClipper clip(dc, xx, yy, image_w, image_h);
|
wxDCClipper clip(dc, xx, yy, image_w, image_h);
|
||||||
wxPrintf( wxT("hi\n") );
|
|
||||||
m_imageListButtons->Draw(image, dc, xx, yy,
|
m_imageListButtons->Draw(image, dc, xx, yy,
|
||||||
wxIMAGELIST_DRAW_TRANSPARENT);
|
wxIMAGELIST_DRAW_TRANSPARENT);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user