[1.14.4] Config UI values reset when resizing the window
feldim2425 opened this issue ยท 0 comments
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.