[mythtv-commits] [MythTV/mythtv] 0d2d57: Always update video bottom info panel text
kmdewaal
noreply at github.com
Thu Sep 25 20:07:52 UTC 2025
Branch: refs/heads/fixes/34
Home: https://github.com/MythTV/mythtv
Commit: 0d2d5790f44da567754e0b8dea9fc48358dce425
https://github.com/MythTV/mythtv/commit/0d2d5790f44da567754e0b8dea9fc48358dce425
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2025-09-25 (Thu, 25 Sep 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
(cherry picked from commit 9c62f6b4b750154ec2e0e5700c46a4ad25d19b16)
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