Add GuiTextArea

Reorder and add description to GuiUpload
This commit is contained in:
johni0702
2015-06-14 14:13:03 +02:00
parent 2f7692d863
commit be4ee42dcb
18 changed files with 1112 additions and 110 deletions

View File

@@ -340,9 +340,7 @@ public class GuiRenderSettings extends GuiScreen {
if(button instanceof GuiCheckBox)
((GuiCheckBox)button).setIsChecked(!((GuiCheckBox)button).isChecked());
if(button instanceof GuiToggleButton) {
((GuiToggleButton)button).toggle();
} else if(button instanceof GuiColorPicker) {
if(button instanceof GuiColorPicker) {
((GuiColorPicker)button).pickerToggled();
} else {
if(button.id == GuiConstants.RENDER_SETTINGS_ENABLE_GREENSCREEN) {