From d870026113ba3096c9f5dacbb6de5eebf08ad6f5 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 7 Dec 2014 14:28:41 +0100 Subject: [PATCH] fixed display of color buttons in detailed views --- HISTORY | 4 +++- views/displaymenurootview.c | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 8404702..c6aee4e 100644 --- a/HISTORY +++ b/HISTORY @@ -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) {