forked from len0rd/rockbox
Fix ret for buttonbar targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c48b59be8
commit
f1c704e4cf
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static void list_init_viewports(struct gui_synclist *list)
|
|||
list->parent[i] = &vp[i];
|
||||
}
|
||||
#ifdef HAVE_BUTTONBAR
|
||||
if (list && !parent_used[SCREEN_MAIN] && global_settings.buttonbar)
|
||||
if (list && !parent_used && global_settings.buttonbar)
|
||||
list->parent[0]->height -= BUTTONBAR_HEIGHT;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue