diff --git a/mythtv/libs/libmythui/myththemedmenu.cpp b/mythtv/libs/libmythui/myththemedmenu.cpp
index ced04ae..1d38d31 100644
a
|
b
|
bool MythThemedMenu::keyPressEvent(QKeyEvent *event)
|
279 | 279 | void MythThemedMenu::aboutToShow() |
280 | 280 | { |
281 | 281 | MythScreenType::aboutToShow(); |
| 282 | m_buttonList->updateLCD(); |
282 | 283 | } |
283 | 284 | |
284 | 285 | void MythThemedMenu::ShowMenu() |
diff --git a/mythtv/libs/libmythui/mythuibuttonlist.h b/mythtv/libs/libmythui/mythuibuttonlist.h
index 89475d6..eb0457d 100644
a
|
b
|
class MPUBLIC MythUIButtonList : public MythUIType
|
162 | 162 | void RemoveItem(MythUIButtonListItem *item); |
163 | 163 | |
164 | 164 | void SetLCDTitles(const QString &title, const QString &columnList = ""); |
| 165 | void updateLCD(void); |
165 | 166 | |
166 | 167 | public slots: |
167 | 168 | void Select(); |
… |
… |
class MPUBLIC MythUIButtonList : public MythUIType
|
210 | 211 | void SetPositionArrowStates(void); |
211 | 212 | void ItemVisible(MythUIButtonListItem *item); |
212 | 213 | |
213 | | void updateLCD(void); |
214 | | |
215 | 214 | void SetActive(bool active); |
216 | 215 | |
217 | 216 | int PageUp(void); |