From a425a5ae4d1d4879ca5ca789a8b4d7f9432c27eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 7 Nov 2007 14:42:07 +0000 Subject: [PATCH] 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 --- src/apps/sudoku/SudokuView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/sudoku/SudokuView.cpp b/src/apps/sudoku/SudokuView.cpp index 85fded11cc..2989bdc318 100644 --- a/src/apps/sudoku/SudokuView.cpp +++ b/src/apps/sudoku/SudokuView.cpp @@ -33,6 +33,8 @@ SudokuView::SudokuView(BRect frame, const char* name, fShowHintX(~0UL), fLastHintValue(~0UL), fLastField(~0UL), + fKeyboardX(0), + fKeyboardY(0), fShowKeyboardFocus(false), fEditable(true) {