Fix bug where Crafting CPU Gui would leave scroll bar in the top left corner if it was empty.

This commit is contained in:
AlgorithmX2
2014-07-04 17:41:39 -05:00
parent 8ad1f6515c
commit d958ac5c6b
@@ -73,7 +73,7 @@ public class GuiCraftingCPU extends AEBaseGui implements ISortSource
public void initGui()
{
super.initGui();
setScrollBar();
cancel = new GuiButton( 0, this.guiLeft + 163, this.guiTop + ySize - 25, 50, 20, GuiText.Cancel.getLocal() );
buttonList.add( cancel );
}