[mythtv-commits] Ticket #2980: LCD menu not in sync with the onscreen menu

MythTV mythtv at cvs.mythtv.org
Tue Jan 23 21:23:26 UTC 2007


#2980: LCD menu not in sync with the onscreen menu
---------------------------+------------------------------------------------
 Reporter:  leo at murphy.nl  |       Owner:  ijr    
     Type:  defect         |      Status:  new    
 Priority:  minor          |   Milestone:  unknown
Component:  mythtv         |     Version:  0.20   
 Severity:  medium         |  
---------------------------+------------------------------------------------
 The updateLCD() calls from libmythui/myththemedmenu.cpp:updateLCD() are
 drawing the wrong menu on the LCD when moving from one level to another.
 Using the up/down arrows draws the correct menu.
 When going from MYTH_MAIN to MYTH-LIBRARY, the LCD keeps showing the
 MYTH-MAIN menu. Well, in fact it draws the correct menu in the updateLCD()
 call at the bottom of MythThemedMenuPrivate::parseMenu(), but it gets
 overwritten by the (wrong) menu drawn by the updateLCD() call at the
 bottom
 of MythThemedMenuPrivate::keyHandle().
 I am looking into the code to see if I can come up with a patch, but I
 haven't found the right place for updating the LCD yet....

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2980>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list