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

Fix clipping issue in YearViewSkin header #214

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

leewyatt
Copy link
Contributor

Description: This PR addresses an issue where the YearView component was clipped (setClip) to limit the shadow effect only to the bottom of the header. This approach prevented us from adding a shadow effect to the entire YearView component, which is needed to visually distinguish it from the background when used as a popup in the YearPicker.

Changes:

Adjusted clipping to apply only to the header section of YearView, allowing the component to display a shadow.

Issue Fixed: This PR fixes the clipping issue in YearView that previously restricted adding shadows to the entire component.

The clip for the YearViewSkin was incorrectly set to the yearView rather than the header. This change corrects the clipping to ensure the header is properly clipped according to the yearView's dimensions.
@leewyatt leewyatt requested a review from dlemmermann November 14, 2024 15:41
@dlemmermann dlemmermann merged commit ec41aed into master Nov 14, 2024
4 checks passed
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.

2 participants