Opened 13 years ago

Closed 13 years ago

#9392 closed Patch - Bug Fix (Fixed)

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 (1)

mythtv-0-24-lcd-update-menu.diff (1.2 KB) - added by Michael Zanetti <michael_zanetti@…> 13 years ago.
patch to make the main menu always update the LCD display on aboutToShow()

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by Michael Zanetti <michael_zanetti@…>

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

comment:1 Changed 13 years ago by beirdo

Owner: set to beirdo
Status: newassigned

comment:2 Changed 13 years ago by beirdo

Milestone: unknown0.25
Resolution: Fixed
Status: assignedclosed

Committed in 22e48c44dfed onto master. Thanks

Note: See TracTickets for help on using tickets.