Skip to content

Commit

Permalink
Fixed DG cell outlining issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SudokuMonster committed Dec 18, 2019
1 parent be210f7 commit 7b5315c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion diuf/sudoku/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Settings {

public final static int VERSION = 1;
public final static int REVISION = 14;
public final static String SUBREV = ".7";
public final static String SUBREV = ".8";
public final static String releaseDate = "2019-12-18";
public final static String releaseYear = "2019";
public final static String releaseLicence = "Lesser General Public License";
Expand Down
1 change: 1 addition & 0 deletions diuf/sudoku/gui/SudokuFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public void setCurrentHint(Grid grid, Hint hint, boolean isApplyEnabled) {
} else {
getHintDetailArea().setText(null);
getSudokuPanel().setBlueRegions();
getSudokuPanel().setHighlightedCells(null);
getSudokuPanel().setLinks(null);
viewCount = 1;
viewNum = 0;
Expand Down

0 comments on commit 7b5315c

Please sign in to comment.