]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/richtooltipg.cpp
missing commit, see #10269
[wxWidgets.git] / src / generic / richtooltipg.cpp
index 2cbce1e6fd83f63dfd09a3463ec4621e2eba5a7d..b3e4709ac90b2d64f852b9eaeed8ab33b38e7e87 100644 (file)
@@ -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();