fix FS#9200

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18077 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-07-17 02:50:05 +00:00
parent a610b0f673
commit fad013fcdd

View file

@ -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();
} }