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

@ -109,3 +109,5 @@ Version 0.0.8
but SetItem() is called
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->SetMenuCat(cat);
view->SetButtonTexts(buttonTexts);
//Cleanup root view
ClearRootView();
if (isListView) {