X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e16ceb3ca67315531e22417becb2df208529d599..c22ace4dff0629aa55f5afb9fa7d77334d27409b:/src/generic/tipwin.cpp diff --git a/src/generic/tipwin.cpp b/src/generic/tipwin.cpp index c64fa5a569..8238cd83c4 100644 --- a/src/generic/tipwin.cpp +++ b/src/generic/tipwin.cpp @@ -71,7 +71,7 @@ private: #endif // !wxUSE_POPUPWIN DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxTipWindowView) + wxDECLARE_NO_COPY_CLASS(wxTipWindowView); }; // ============================================================================ @@ -326,8 +326,8 @@ void wxTipWindowView::OnPaint(wxPaintEvent& WXUNUSED(event)) rect.height = size.y; // first filll the background - dc.SetBrush(wxBrush(GetBackgroundColour(), wxSOLID)); - dc.SetPen( wxPen(GetForegroundColour(), 1, wxSOLID) ); + dc.SetBrush(wxBrush(GetBackgroundColour(), wxBRUSHSTYLE_SOLID)); + dc.SetPen(wxPen(GetForegroundColour(), 1, wxPENSTYLE_SOLID)); dc.DrawRectangle(rect); // and then draw the text line by line