Kaydet (Commit) 2b9ad2ef authored tarafından Caolán McNamara's avatar Caolán McNamara

do what I mean, not what I say

Change-Id: I1c86ff5713401771d6002de0a26bad4430d271fd
üst ab028bf0
...@@ -1431,7 +1431,7 @@ static bool ImplHandleWheelEvent( Window* pWindow, const SalWheelMouseEvent& rEv ...@@ -1431,7 +1431,7 @@ static bool ImplHandleWheelEvent( Window* pWindow, const SalWheelMouseEvent& rEv
pMouseWindow = pMouseWindow->GetParent(); pMouseWindow = pMouseWindow->GetParent();
} }
if (acceptableWheelScrollTarget(pMouseWindow) && !pMouseWindow->IsInModalMode()) if (acceptableWheelScrollTarget(pMouseWindow) && pMouseWindow->IsEnabled())
{ {
// transform coordinates to float window frame coordinates // transform coordinates to float window frame coordinates
Point aRelMousePos( pMouseWindow->OutputToScreenPixel( Point aRelMousePos( pMouseWindow->OutputToScreenPixel(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment