RenderSettings: The Render Method Dropdown Listener calls the Y Resolution Input's moveCursorBy() Method to recalculate the aspect ratio if neccessary, resolving https://trello.com/c/unn8VGbf/

This commit is contained in:
CrushedPixel
2015-06-30 15:00:06 +02:00
parent 45d69dff77
commit 2ae5a95c6f

View File

@@ -460,6 +460,8 @@ public class GuiRenderSettings extends GuiScreen {
yRes.setCursorPositionEnd();
yRes.setSelectionPos(yRes.getCursorPosition());
yRes.moveCursorBy(0); //This causes the Aspect Ratio to be recalculated based on the Y Resolution
}
}
}