summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--views/displaymenurootview.c1
2 files changed, 4 insertions, 1 deletions
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) {