fixed display of color buttons in detailed views

This commit is contained in:
louis 2014-12-07 14:28:41 +01:00
parent 012e539743
commit d870026113
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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) {