ogarcia / opensudoku

Open Source Sudoku game for Android.
GNU General Public License v3.0
327 stars 144 forks source link

Keep same values highlighted after empty cell selection #51

Closed ChrisLane closed 4 years ago

ChrisLane commented 4 years ago

Currently, when you select any cell, the highlighted value changes to the value in that cell. The changing of the highlighted value clears when you select an empty cell, this can be a hindrance when you are trying to fill in all of the cells for one number.

Cell highlighting is now separate from the selected cell variable.

These changes make it so that if you...