Skip to content

Commit

Permalink
fix scrolling
Browse files Browse the repository at this point in the history
fix #119
  • Loading branch information
sisby-folk committed May 27, 2024
1 parent a7bc076 commit c84ac95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ org.gradle.configureondemand=true
# Enable advanced multi-module optimizations (share tiny-remaper instance between projects)
fabric.loom.multiProjectOptimisation=true
# Mod Properties
baseVersion = 2.8.0
baseVersion = 2.8.1
defaultBranch = 1.20
branch = 1.20
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ void updateSize() {
}
contentWidth = Math.max(properWidth, rightmost - leftmost);
contentHeight = Math.max(properHeight, bottommost - topmost);
if (parent != null) parent.updateSize();
}

@Override
Expand Down

0 comments on commit c84ac95

Please sign in to comment.