mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Adapt clip counter to compact view of recording screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18246 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
73a017c209
commit
76b6262df8
1 changed files with 3 additions and 2 deletions
|
|
@ -1727,8 +1727,9 @@ bool recording_screen(bool no_source)
|
|||
snprintf(clpstr, 32, "%4d", pm_get_clipcount());
|
||||
FOR_NB_ACTIVE_SCREENS(i)
|
||||
{
|
||||
if(!compact_view[i])
|
||||
screens[i].puts(0, 2,str(LANG_PM_CLIPCOUNT));
|
||||
screens[i].puts(0, 3, clpstr);
|
||||
screens[i].puts(0, compact_view[i] ? 2 : 3, clpstr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue