stop non-live settings from beign accepted even if cancel was chosen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14616 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19d141a3eb
commit
24006ffeac
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ bool option_screen(struct settings_list *setting,
|
|||
function(*variable);
|
||||
}
|
||||
|
||||
if (oldvalue != *variable)
|
||||
if (oldvalue != *variable && (action != ACTION_STD_CANCEL))
|
||||
{
|
||||
if (use_temp_var)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue