Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: EXIF details font toggling between bold and normal #1076

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

wutschel
Copy link
Collaborator

Description

Fixes an issue reported in this forum post.

A bold font is used to display EXIF data, using an attributed text inside the label itemDescription. Therefore it is causing trouble when resetting the font and font size of itemDescription when the NowPlaying dimensions were change, e.g. when switching to fullscreen or back. Instead we only keep the desired font size and set the font inside the conditions for VIDEO and MUSIC playback.

Summary for release notes

Bugfix: EXIF details font toggling between bold and normal

A bold font is used to display EXIF data, using an attributed text inside the label itemDescription. Therefore it is causing trouble when resetting the font and font size of itemDescription when the NowPlaying dimensions were change, e.g. when switching to fullscreen or back. Instead we only keep the desired font size and set the font inside the conditions for VIDEO and MUSIC playback.
@kambala-decapitator kambala-decapitator merged commit de6dd7e into xbmc:master Jun 17, 2024
@wutschel wutschel deleted the fix_exif_bold branch June 17, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants