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

[Windows] Fix wrong shadow size on Label inside CollectionView #6608

Merged
merged 2 commits into from
Apr 28, 2022
Merged

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Fix incorrect shadow size after resize a Label on Windows.
fix-6150

The Shadow was established with a specific size of the Host (Label) that, when resized, did not update the size and position of the Shadow correctly (that is why in the issue a small Shadow is seen in an incorrect position).

Issues Fixed

Fixes #6150

@jsuarezruiz jsuarezruiz added t/bug Something isn't working platform/windows 🪟 area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing labels Apr 28, 2022
@Redth Redth enabled auto-merge (squash) April 28, 2022 14:09
@Redth Redth merged commit 90816f3 into main Apr 28, 2022
@Redth Redth deleted the fix-6150 branch April 28, 2022 14:47
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
@samhouts samhouts added the fixed-in-6.0.300-rc.3 Look for this fix in 6.0.300-rc.3! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing fixed-in-6.0.300-rc.3 Look for this fix in 6.0.300-rc.3! platform/windows 🪟 t/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Label Shadow not working correctly on Windows
3 participants