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:
Axel Dörfler 2007-11-07 14:42:07 +00:00
parent 82a54995b5
commit a425a5ae4d
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{ {