Skip to content

Commit

Permalink
fixed using wrong icon for resize button
Browse files Browse the repository at this point in the history
  • Loading branch information
medisant committed Jun 22, 2023
1 parent a26d2f1 commit 27e6f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public void render(DrawContext context, int ticks, boolean focused) {
RenderUtils.color(1, 1, 1, 1);
RenderUtils.bindTexture(RESIZE_ICON);
context.drawTexture(
X_ICON,
RESIZE_ICON,
rightX - scaledBar * 2 + 2,
getActualY(newY - 1),
scaledBar - 2,
Expand Down

0 comments on commit 27e6f22

Please sign in to comment.