X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00405b6c68db3713740835e47912aba00ea8a1f8..a39815bd30c62e13089f318028c9ee547940c4ad:/src/generic/richtooltipg.cpp?ds=sidebyside diff --git a/src/generic/richtooltipg.cpp b/src/generic/richtooltipg.cpp index 2cbce1e6fd..b3e4709ac9 100644 --- a/src/generic/richtooltipg.cpp +++ b/src/generic/richtooltipg.cpp @@ -170,7 +170,7 @@ public: Layout(); } - void SetBackground(wxColour colStart, wxColour colEnd) + void SetBackgroundColours(wxColour colStart, wxColour colEnd) { if ( !colStart.IsOk() ) { @@ -651,7 +651,7 @@ void wxRichToolTipGenericImpl::ShowFor(wxWindow* win) m_titleFont ); - popup->SetBackground(m_colStart, m_colEnd); + popup->SetBackgroundColours(m_colStart, m_colEnd); popup->DoShow();