[mythtv-commits] mythtv/master commit: 22e48c44d by Michael Zanetti (mzanetti)

MythTV noreply at mythtv.org
Sun Jan 30 22:35:45 UTC 2011


      Author:  Michael Zanetti <michael_zanetti at gmx.net>
 Change Date:  2011-01-30T14:26:49-08:00
   Push Date:  2011/01/30 14:35:43 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  22e48c44dfed397f2e71989b958f65b235c9b725
   Changeset:  https://github.com/MythTV/mythtv/commit/22e48c44d

Log:

Fix menu display on LCD

Patch from #9392

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.

This commit fixes this behaviour by triggering an updateLCD() when a menu is
aboutToShow().

Signed-off-by: Gavin Hurlbut <ghurlbut at mythtv.org>

Modified:

   mythtv/libs/libmythui/myththemedmenu.cpp
   mythtv/libs/libmythui/mythuibuttonlist.h



More information about the mythtv-commits mailing list