Fixes #1165
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
- You can now shift click Grid Filters into a Grid instead of manually inserting them (raoulvdberge)
|
- You can now shift click Grid Filters into a Grid instead of manually inserting them (raoulvdberge)
|
||||||
- The Solderer inventory isn't sided anymore (raoulvdberge)
|
- The Solderer inventory isn't sided anymore (raoulvdberge)
|
||||||
- You can now use up and down arrows to scroll through Grid search history (raoulvdberge)
|
- You can now use up and down arrows to scroll through Grid search history (raoulvdberge)
|
||||||
|
- Fixed Grid crash (raoulvdberge)
|
||||||
|
|
||||||
### 1.4.2
|
### 1.4.2
|
||||||
- Updated Forge to 2261 (raoulvdberge)
|
- Updated Forge to 2261 (raoulvdberge)
|
||||||
|
|||||||
@@ -421,7 +421,9 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
|
|||||||
drawTexture(x + 152, y + getTabDelta() + getHeader() + (getVisibleRows() * 18) + 22, 240, ty * 16, 16, 16);
|
drawTexture(x + 152, y + getTabDelta() + getHeader() + (getVisibleRows() * 18) + 22, 240, ty * 16, 16, 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
searchField.drawTextBox();
|
if (searchField != null) {
|
||||||
|
searchField.drawTextBox();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user