This commit is contained in:
@@ -84,7 +84,7 @@ public class SudokuRenderer {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (ImGui.button(Options.Symboles.getSymbols().get(i), cellSize)) {
|
if (ImGui.button(Options.Symboles.getSymbols().get(i), cellSize)) {
|
||||||
if (currentCell.trySetValue(i))
|
currentCell.setSymbolIndex(i);
|
||||||
this.onCellChange.emit(currentCell);
|
this.onCellChange.emit(currentCell);
|
||||||
if (this.doku.getDoku().isSolved())
|
if (this.doku.getDoku().isSolved())
|
||||||
this.onResolve.emit();
|
this.onResolve.emit();
|
||||||
|
|||||||
Reference in New Issue
Block a user