SudokuMonster / SukakuExplainer

Modification to Sudoku Explainer (SE) by Nicolas Juillerat to accommodate Sukaku (Pencilmark) Sudoku puzzles
GNU Lesser General Public License v2.1
71 stars 14 forks source link

Options -> Look & Feel - items keep adding on Variant select/deselect #74

Closed 1to9only closed 4 years ago

1to9only commented 4 years ago

Possible fix: On SudokuFrame initialization: call initialize(true) On Variant select/deselect: call initialize(false) Modify initialize() with true/false argument

SudokuMonster commented 4 years ago

Thanks. Well spotted. Problem fixed using your suggestion. It would have also happened on select/deselect of New Rating scheme and SE121 mode from the option menu. All now fixed and repository updated