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:
parent
d4db8540c0
commit
647c0044ff
@ -453,6 +453,7 @@ SudokuView::MouseDown(BPoint where)
|
||||
// allow dragging to remove the hint from other fields
|
||||
fLastHintValueSet = false;
|
||||
fLastHintValue = value;
|
||||
fLastField = field;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user