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
4
HISTORY
4
HISTORY
@ -108,4 +108,6 @@ Version 0.0.8
|
|||||||
- displaying default menu list if menu category is set to another category
|
- displaying default menu list if menu category is set to another category
|
||||||
but SetItem() is called
|
but SetItem() is called
|
||||||
|
|
||||||
Version 0.1.0
|
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 = new cDisplayMenuView(subView, menuInit);
|
||||||
}
|
}
|
||||||
view->SetMenuCat(cat);
|
view->SetMenuCat(cat);
|
||||||
|
view->SetButtonTexts(buttonTexts);
|
||||||
//Cleanup root view
|
//Cleanup root view
|
||||||
ClearRootView();
|
ClearRootView();
|
||||||
if (isListView) {
|
if (isListView) {
|
||||||
|
Loading…
Reference in New Issue
Block a user