File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/com/cleanroommc/modularui Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ void preInit(FMLPreInitializationEvent event) {
4242 GuiFactories .init ();
4343 }
4444
45- void postInit (FMLPostInitializationEvent event ) {
46- }
45+ void postInit (FMLPostInitializationEvent event ) {}
4746
4847 void onServerLoad (FMLServerStartingEvent event ) {
4948 event .registerServerCommand (new ItemEditorGui .Command ());
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public final int getFullVisibleSize(ScrollArea area) {
142142 }
143143
144144 public final int getFullVisibleSize (ScrollArea area , boolean isOtherActive ) {
145- int s = getRawVisibleSize (area );
145+ int s = getRawFullVisibleSize (area );
146146 ScrollData data = getOtherScrollData (area );
147147 if (data != null && (isOtherActive || data .isScrollBarActive (area , true ))) {
148148 s -= data .getThickness ();
You can’t perform that action at this time.
0 commit comments