feat: colors in multidokus !

This commit is contained in:
2025-02-07 10:16:34 +01:00
parent 1c1da09e1f
commit a36960c57a
3 changed files with 81 additions and 13 deletions

View File

@@ -313,7 +313,7 @@ public class Grille {
return taille;
}
private Bloc findBlocForCase(Case target) {
Bloc findBlocForCase(Case target) {
for (Bloc bloc : blocs) {
if (bloc.getCases().contains(target)) {
return bloc;