Corrected typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -164,7 +164,7 @@ void wxTipWindow::OnPaint(wxPaintEvent& event)
|
||||
#ifdef __WXMSW__
|
||||
dc.SetPen( * wxTRANSPARENT_PEN );
|
||||
#else
|
||||
dc.SetPen( * wxBLACK_PEND );
|
||||
dc.SetPen( * wxBLACK_PEN );
|
||||
#endif
|
||||
dc.DrawRectangle(rect);
|
||||
|
||||
|
Reference in New Issue
Block a user