Skip to content

Commit

Permalink
Fix incorrect thick line in variation tree at the first move
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Feb 12, 2021
1 parent ebeb446 commit 23629a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/gui/VariationTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ public Optional<BoardHistoryNode> draw(
posy + strokeRadius,
posx + strokeRadius,
posy - strokeRadius + height);
g.setStroke(new BasicStroke(1));
}
g.setStroke(new BasicStroke(1));
}

int middleY = posy + height / 2;
Expand Down

0 comments on commit 23629a5

Please sign in to comment.