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.
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.