mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
gui: yesno: don't force redraw when leaving screen
Change-Id: Ic37ee29318535952e9420c2f58e24bbb27183120
This commit is contained in:
parent
18dfd8f691
commit
58616e685d
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ exit:
|
|||
{
|
||||
screens[i].scroll_stop_viewport(&(yn[i].vp));
|
||||
sb_set_persistent_title(title, Icon_NOICON, i);
|
||||
viewportmanager_theme_undo(i, true);
|
||||
viewportmanager_theme_undo(i, false);
|
||||
}
|
||||
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue