Skip to content

Commit

Permalink
Fixes bug where the a 'clear cell' does not delete the possible numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Aug 2, 2023
1 parent 97fa9af commit 4fd70b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoken-core/src/main/kotlin/com/holokenmod/game/Game.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ data class Game(
clearLastModified()
undoManager.saveUndo(selectedCell, false)
selectedCell.clearUserValue()
selectedCell.clearPossibles()
grid.userValueChanged()
}
}
Expand Down

0 comments on commit 4fd70b9

Please sign in to comment.