You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edited values in the config gui (without saving) get reset when resizing the window.
Reproduce:
Open config ui (Mods -> MoreOverlay -> Config)
Edit any value
Resize the minecraft window
Developer Note:
Config list gets reinitialized every time the window size changes (due to the internal handling by minecraft) but configs don't get copied. Potential fix rewriting the config list to handle the init itself and not generating a new one every time, probably required rewriting the AbstractList class.
The text was updated successfully, but these errors were encountered:
feldim2425
added
Bug
Something that shouldn't be that way
minor
The bug is not game breaking and doen't have to be fixed immediately
labels
Nov 18, 2019
kmcnaught
added a commit
to kmcnaught/MoreOverlays
that referenced
this issue
Mar 2, 2020
Edited values in the config gui (without saving) get reset when resizing the window.
Reproduce:
Developer Note:
Config list gets reinitialized every time the window size changes (due to the internal handling by minecraft) but configs don't get copied. Potential fix rewriting the config list to handle the init itself and not generating a new one every time, probably required rewriting the AbstractList class.
The text was updated successfully, but these errors were encountered: