mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed display of color buttons in detailed views
This commit is contained in:
parent
012e539743
commit
d870026113
2
HISTORY
2
HISTORY
@ -109,3 +109,5 @@ Version 0.0.8
|
||||
but SetItem() is called
|
||||
|
||||
Version 0.1.0
|
||||
|
||||
- fixed display of color buttons in detailed views
|
@ -187,6 +187,7 @@ void cDisplayMenuRootView::SetMenu(eMenuCategory menuCat, bool menuInit) {
|
||||
view = new cDisplayMenuView(subView, menuInit);
|
||||
}
|
||||
view->SetMenuCat(cat);
|
||||
view->SetButtonTexts(buttonTexts);
|
||||
//Cleanup root view
|
||||
ClearRootView();
|
||||
if (isListView) {
|
||||
|
Loading…
Reference in New Issue
Block a user