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

Fixed the scaled pixmap of Fm::IconEngine #1015

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Fixed the scaled pixmap of Fm::IconEngine #1015

merged 1 commit into from
Oct 20, 2024

Conversation

tsujan
Copy link
Member

@tsujan tsujan commented Oct 15, 2024

Scaling is taken into account separately for Qt < 6.8 and Qt ≥ 6.8.

Closes #788

Scaling is taken into account separately for Qt < 6.8 and Qt ≥ 6.8.

Closes #788
@tsujan
Copy link
Member Author

tsujan commented Oct 15, 2024

With Qt 6.7.3 and a scale factor of 2, the symbolic icons of my icon set remain symbolic (because the set has 24x2 folders):

scaled

This shows that the scaled pixmap is correct.

@tsujan
Copy link
Member Author

tsujan commented Oct 17, 2024

Luckily I was able to test this with both Qt 6.7.3 and Qt 6.8.0 (see version checks) , and it worked fine. Any objection to merging?

@tsujan tsujan merged commit 08c306d into master Oct 20, 2024
@tsujan tsujan deleted the icon_scaling branch October 20, 2024 04:11
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.

Fm::IconInfo, scale factor and symbolic icons: not a bug but details
1 participant