Fixed bug where pattern create button wasn't visible when grid tabs were selected, fixes #1389

This commit is contained in:
raoulvdberge
2017-07-27 21:46:19 +02:00
parent d25a3e975e
commit 1f68f9bc3d
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
### 1.5.14
- Fixed more crashes relating to scrollbar in GUIs (raoulvdberge)
- Fixed crash with Detector (raoulvdberge)
- Fixed bug where pattern create button wasn't visible when grid tabs were selected (raoulvdberge)
- A Solderer with Speed Upgrades is now 2 times faster (raoulvdberge)
### 1.5.13

View File

@@ -444,6 +444,7 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
ty = 2;
}
bindTexture("gui/pattern_grid.png");
drawTexture(x + 172, y + getTabDelta() + getHeader() + (getVisibleRows() * 18) + 22, 240, ty * 16, 16, 16);
}