From 2f099ed7238a9cb5ff2f67ff5384f251db8259ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 31 Oct 2006 09:26:55 +0000 Subject: [PATCH] fixed scrolling using mouse broken by my previous commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/scrolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/univ/scrolbar.cpp b/src/univ/scrolbar.cpp index f316f14715..ac0c110b0a 100644 --- a/src/univ/scrolbar.cpp +++ b/src/univ/scrolbar.cpp @@ -1001,7 +1001,7 @@ bool wxStdScrollBarInputHandler::HandleMouse(wxInputConsumer *consumer, { // determine which part of the window mouse is in wxScrollBar *scrollbar = wxStaticCast(consumer->GetInputWindow(), wxScrollBar); - wxHitTest ht = scrollbar->HitTest(event.GetPosition()); + wxHitTest ht = scrollbar->HitTestBar(event.GetPosition()); // when the mouse is pressed on any scrollbar element, we capture it // and hold capture until the same mouse button is released