Better wxFile support, warning fixes and minor source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-03-04 19:32:40 +00:00
parent 289cd4e2dc
commit 19311d4e7c
6 changed files with 47 additions and 63 deletions

View File

@@ -60,10 +60,10 @@ class PropsTree: public wxRemotelyScrolledTreeCtrl
// Reset the device origin since it may have been set
dc.SetDeviceOrigin(0, 0);
wxPen pen(wxColour(_T("BLACK")), 1, wxSOLID);
wxPen pen(*wxBLACK, 1, wxSOLID);
dc.SetPen(pen);
dc.SetBrush(* wxTRANSPARENT_BRUSH);
dc.SetBrush(*wxTRANSPARENT_BRUSH);
wxSize clientSize = GetClientSize();
wxRect itemRect;