From: <ma...@us...> - 2003-11-24 11:18:05
|
Update of /cvsroot/sharedaemon/ui-wx/src In directory sc8-pr-cvs1:/tmp/cvs-serv27799 Modified Files: Images.cpp Log Message: Removed the rectangle around tool button images, doesnt look too good afterall. Index: Images.cpp =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/Images.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Images.cpp 24 Nov 2003 06:18:21 -0000 1.19 +++ Images.cpp 24 Nov 2003 11:18:01 -0000 1.20 @@ -165,6 +165,7 @@ tool_img_width = width+6; mdc.SetBrush(wxBrush(*wxLIGHT_GREY, wxSOLID)); + mdc.SetPen(*wxTRANSPARENT_PEN); tmp_new = wxBitmap(width+6, y+36); mdc.SelectObject(tmp_new); |