Skip to content

Commit

Permalink
Fix #5 (flicker of movenums in subboard) by @some2112
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Nov 7, 2022
1 parent ebeb446 commit 5521456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/gui/BoardRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void draw(Graphics2D g) {
// timer.lap("rendering images");

if (!isMainBoard) {
if (Lizzie.config.showBranchNow()) {
if (showingBranch) {
drawMoveNumbers(g);
}
return;
Expand Down

0 comments on commit 5521456

Please sign in to comment.