The "drag&duplicate value" feature was not working reliably when removing hints

after a value was set, as fLastField was not updated.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22952 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-11-19 09:15:04 +00:00
parent d4db8540c0
commit 647c0044ff

View File

@ -453,6 +453,7 @@ SudokuView::MouseDown(BPoint where)
// allow dragging to remove the hint from other fields
fLastHintValueSet = false;
fLastHintValue = value;
fLastField = field;
}
return;
}