forked from len0rd/rockbox
Fixed a glitch in the Recorder status bar volume icon display, bug #898145
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4807 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
736a19266d
commit
b8a50eb52e
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,6 @@ void statusbar_icon_volume(int percent)
|
||||||
else {
|
else {
|
||||||
if (last_volume != volume) {
|
if (last_volume != volume) {
|
||||||
switch_tick = current_tick + HZ;
|
switch_tick = current_tick + HZ;
|
||||||
last_volume = volume;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* display volume level numerical? */
|
/* display volume level numerical? */
|
||||||
|
@ -258,6 +257,7 @@ void statusbar_icon_volume(int percent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
last_volume = volume;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue