mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
fix FS#9200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18077 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a610b0f673
commit
fad013fcdd
1 changed files with 1 additions and 0 deletions
|
|
@ -475,6 +475,7 @@ int radio_screen(void)
|
||||||
vp[i].height -= BUTTONBAR_HEIGHT;
|
vp[i].height -= BUTTONBAR_HEIGHT;
|
||||||
#endif
|
#endif
|
||||||
screens[i].set_viewport(&vp[i]);
|
screens[i].set_viewport(&vp[i]);
|
||||||
|
screens[i].stop_scroll();
|
||||||
screens[i].clear_viewport();
|
screens[i].clear_viewport();
|
||||||
screens[i].update_viewport();
|
screens[i].update_viewport();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue