Skip to content

Commit

Permalink
Fix link-status overlay not matching number of visible rows in patter…
Browse files Browse the repository at this point in the history
…n access terminal (#7715)

Fixes #7705
  • Loading branch information
shartte authored Mar 7, 2024
1 parent 42a9fcb commit 64d2057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ private void renderLinkStatus(GuiGraphics guiGraphics, ILinkStatus linkStatus) {
GUI_PADDING_X - 1,
GUI_HEADER_HEIGHT,
COLUMNS * 18,
this.imageHeight - GUI_FOOTER_HEIGHT);
visibleRows * ROW_HEIGHT);

renderContext.fillRect(rect, new ConstantColor(0x3f000000));

Expand Down

0 comments on commit 64d2057

Please sign in to comment.