feat: colors in multidokus !
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user