Skip to content

Commit

Permalink
Fix the first issue in featurecat#772 (click to redo in panel UI)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Oct 10, 2020
1 parent ebeb446 commit 6136470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/gui/BoardPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public void onClicked(int x, int y) {
if (!owner.isPlayingAgainstLeelaz
|| (owner.playerIsBlack == Lizzie.board.getData().blackToPlay))
Lizzie.board.place(coords[0], coords[1]);
// repaint();
repaint(); // for #772
// owner.updateStatus();
}
}
Expand Down

0 comments on commit 6136470

Please sign in to comment.