Keyboard navigation only worked after the first field was set.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22851 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
82a54995b5
commit
a425a5ae4d
@ -33,6 +33,8 @@ SudokuView::SudokuView(BRect frame, const char* name,
|
|||||||
fShowHintX(~0UL),
|
fShowHintX(~0UL),
|
||||||
fLastHintValue(~0UL),
|
fLastHintValue(~0UL),
|
||||||
fLastField(~0UL),
|
fLastField(~0UL),
|
||||||
|
fKeyboardX(0),
|
||||||
|
fKeyboardY(0),
|
||||||
fShowKeyboardFocus(false),
|
fShowKeyboardFocus(false),
|
||||||
fEditable(true)
|
fEditable(true)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user