Applied patch by Stef Busking: Adjust the current keyboard focus field along

with the mouse, so that switching between using the keyboard and mouse is more
fluent. Fixes ticket #3971.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30918 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-05-30 10:39:17 +00:00
parent d73b4b33d3
commit 97566384f7
+3
View File
@@ -854,6 +854,9 @@ SudokuView::MouseMoved(BPoint where, uint32 transit,
return;
}
fKeyboardX = x;
fKeyboardY = y;
if (fShowHintX == x && fShowHintY == y)
return;