nmaguirre / eiffel-sudoku

An Eiffel Development of Sudoku, using Design by Contract
GNU General Public License v3.0
1 stars 4 forks source link

When I load a game, if I create a new game before, some cells isn't setteable #249

Closed FRaverta closed 11 years ago

FRaverta commented 11 years ago

We have a problem, maybe we can create a new board(new array) when we load a game.

gamab commented 11 years ago

Why don't you just set each cell setteable before loading a new board?

FRaverta commented 11 years ago

It was a gui problem only. I solve it at: 6ce0786