mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-23 03:52:45 -05:00
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);
|
function(*variable);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oldvalue != *variable)
|
if (oldvalue != *variable && (action != ACTION_STD_CANCEL))
|
||||||
{
|
{
|
||||||
if (use_temp_var)
|
if (use_temp_var)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue