mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 07:32:35 -05:00
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];
|
list->parent[i] = &vp[i];
|
||||||
}
|
}
|
||||||
#ifdef HAVE_BUTTONBAR
|
#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;
|
list->parent[0]->height -= BUTTONBAR_HEIGHT;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue