renamed wxControlWithArrows::HitTest() to HitTestArrow() to avoid conflict with wxWindow::HitTest()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -324,7 +324,7 @@ void wxSpinButton::CalcArrowRects(wxRect *rect1, wxRect *rect2) const
|
||||
}
|
||||
}
|
||||
|
||||
wxScrollArrows::Arrow wxSpinButton::HitTest(const wxPoint& pt) const
|
||||
wxScrollArrows::Arrow wxSpinButton::HitTestArrow(const wxPoint& pt) const
|
||||
{
|
||||
wxRect rectArrow1, rectArrow2;
|
||||
CalcArrowRects(&rectArrow1, &rectArrow2);
|
||||
|
||||
Reference in New Issue
Block a user