Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Feb 17, 2021
2 parents d8be7ea + 23629a5 commit 5baf3cb
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 @@ -275,8 +275,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 5baf3cb

Please sign in to comment.