diff options
| -rw-r--r-- | HISTORY | 4 | ||||
| -rw-r--r-- | views/displaymenurootview.c | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -108,4 +108,6 @@ Version 0.0.8 - displaying default menu list if menu category is set to another category but SetItem() is called -Version 0.1.0
\ No newline at end of file +Version 0.1.0 + +- fixed display of color buttons in detailed views
\ No newline at end of file diff --git a/views/displaymenurootview.c b/views/displaymenurootview.c index a96a391..1797332 100644 --- a/views/displaymenurootview.c +++ b/views/displaymenurootview.c @@ -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) { |
