Jeck - Fix for two obscure edge case bugs in the options menu.
* Confirmable options used to only check for confirmation when selecting another option. They now autoconfirm when saving & exiting. This bug could possibly result in loading the wrong theme. Fixed. * Changing profiles, canceling, then changing to the profile again could also result in improper theme loading. Fixed.
This commit is contained in:
@@ -297,6 +297,7 @@ class WGuiList: public WGuiItem{
|
||||
virtual bool Leaving(u32 key);
|
||||
virtual void Entering(u32 key);
|
||||
virtual void Render();
|
||||
virtual void confirmChange(bool confirmed);
|
||||
virtual void renderBack(WGuiBase * it);
|
||||
virtual void Reload();
|
||||
virtual void ButtonPressed(int controllerId, int controlId);
|
||||
|
||||
Reference in New Issue
Block a user