Fixes #39
This commit is contained in:
@@ -158,6 +158,8 @@ public class SudokuView extends BaseView {
|
|||||||
private void renderClearButton() {
|
private void renderClearButton() {
|
||||||
if (centeredButton("Effacer")) {
|
if (centeredButton("Effacer")) {
|
||||||
this.doku.clearMutableCells();
|
this.doku.clearMutableCells();
|
||||||
|
this.resolved = false;
|
||||||
|
this.unresolved = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user