Opened 15 years ago
Closed 15 years ago
#9392 closed Patch - Bug Fix (Fixed)
Patch to update the LCD display correctly
Reported by: | 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 (1)
Change History (3)
by , 15 years ago
Attachment: | mythtv-0-24-lcd-update-menu.diff added |
---|
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → Fixed |
Status: | assigned → closed |
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()