blob: 5325c4f18c7a02ba03a49c90878292415c319090 [file] [log] [blame]
--- a/samples/access/accesstest.cpp
+++ b/samples/access/accesstest.cpp
@@ -637,7 +637,7 @@ wxAccStatus SplitterWindowAccessible::HitTest(const wxPoint& pt, int* childId, w
if (splitter->IsSplit())
{
wxPoint clientPt = splitter->ScreenToClient(pt);
- if (splitter->SashHitTest(clientPt.x, clientPt.y, 1))
+ if (splitter->SashHitTest(clientPt.x, clientPt.y))
{
// We're over the sash
*childId = 2;