-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compact chat scrolling #185
Comments
Wyvest
added a commit
to Polyfrost/PolyPatcher
that referenced
this issue
Jul 18, 2024
Oondanomala
added a commit
to Oondanomala/Patcher
that referenced
this issue
Mar 4, 2025
Open
Oondanomala
added a commit
to Oondanomala/Patcher
that referenced
this issue
Mar 5, 2025
Oondanomala
added a commit
to Oondanomala/Patcher
that referenced
this issue
Mar 5, 2025
Oondanomala
added a commit
to Oondanomala/Patcher
that referenced
this issue
Mar 5, 2025
Oondanomala
added a commit
to Oondanomala/Patcher
that referenced
this issue
Mar 7, 2025
Oondanomala
added a commit
to Oondanomala/Patcher
that referenced
this issue
Mar 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When removing ChatLines from the drawChatLines of GuiNewWhat, if you have your chat opened and scrolled up somewhere, your whole chat will move.
This part of the code needs to be changed :
Patcher/src/main/java/club/sk1er/patcher/util/chat/ChatHandler.java
Line 231 in 4ce6e19
Current :
Fixed :
In the method GuiNewChat.setLine, you can see that the vanilla code is doing the opposite operation to avoid the same problem when adding chat lines.
The text was updated successfully, but these errors were encountered: