Modify ↓
Ticket #9392 (closed Patch - Bug Fix: Fixed)
Opened 2 years ago
Last modified 2 years ago
Patch to update the LCD display correctly
| Reported by: | Michael Zanetti <michael_zanetti@…> | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | LCD |
| Cc: | Ticket locked: | no |
Description
Currently, the main menu is not always updated correctly on the LCD display. When you enter a submenu, the display is correctly updated to show the submenu. But when you return to the main menu, the display still shows the submenu until you change the focus of the elements in the menu. This makes it difficult to navigate through the menus using only the LCD display.
The attached patch fixes this behaviour by triggering an updateLCD() when a menu is aboutToShow().
Attachments
Change History
Changed 2 years ago by Michael Zanetti <michael_zanetti@…>
- Attachment mythtv-0-24-lcd-update-menu.diff added
comment:2 Changed 2 years ago by beirdo
- Status changed from assigned to closed
- Resolution set to Fixed
- Milestone changed from unknown to 0.25
Committed in 22e48c44dfed onto master. Thanks
Note: See
TracTickets for help on using
tickets.

patch to make the main menu always update the LCD display on aboutToShow()