[mythtv-commits] [MythTV/mythtv] 9c62f6: Always update video bottom info panel text

kmdewaal noreply at github.com
Sun Aug 24 08:16:19 UTC 2025


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 9c62f6b4b750154ec2e0e5700c46a4ad25d19b16
      https://github.com/MythTV/mythtv/commit/9c62f6b4b750154ec2e0e5700c46a4ad25d19b16
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2025-08-24 (Sun, 24 Aug 2025)

  Changed paths:
    M mythtv/programs/mythfrontend/videodlg.cpp

  Log Message:
  -----------
  Always update video bottom info panel text

When browsing the list of videos the bottom info panel is updated
with the details of the selected video.
In commit 53d32e054c9f8dbbc61969cd589b1b9500100aef this update was
made conditional on the IsVisible() status of the ButtonListItem.
But, after a DOWN on the bottom item of the list the next item is
still invisible when the call to update the bottom info is made.
The added check on IsVisible prevents the bottom info being updated.
This commit removes the check on IsVisible and thus restores the
behavior from before commit 53d32e054c9f8dbbc61969cd589b1b9500100aef.

Refs #1172



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list