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

[iOS] Fix issue not rendering Border background using a Shadow #7695

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Jun 2, 2022

Description of Change

Fix issue not rendering Border background using a Shadow.

Captura de Pantalla 2022-06-02 a las 12 08 39

Issues Fixed

Fixes (but didn't work) #7015

@jsuarezruiz jsuarezruiz added t/bug Something isn't working area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing platform/iOS 🍎 labels Jun 2, 2022
@jsuarezruiz jsuarezruiz added this to the 6.0-sr1 milestone Jun 2, 2022

void OnLayoutSubviewsChanged(object? sender, EventArgs e)
{
PlatformView?.UpdateMauiCALayer();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main change is this, update the size of the Layer if the View changes.

@Redth Redth changed the base branch from main to net6.0 June 3, 2022 16:29
@rmarinho
Copy link
Member

rmarinho commented Jun 6, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@hartez hartez modified the milestones: 6.0-sr1, 6.0-sr2 Jun 6, 2022
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner June 10, 2022 11:05
@jsuarezruiz jsuarezruiz changed the base branch from net6.0 to main June 10, 2022 11:18
@jsuarezruiz jsuarezruiz changed the base branch from main to net6.0 June 10, 2022 11:27
@jsuarezruiz jsuarezruiz changed the base branch from net6.0 to main June 14, 2022 14:02
@jsuarezruiz jsuarezruiz changed the base branch from main to net6.0 June 14, 2022 14:55
@rmarinho rmarinho self-requested a review June 21, 2022 15:02
@hartez hartez merged commit 630cdcd into net6.0 Jun 21, 2022
@hartez hartez deleted the fix-7015 branch June 21, 2022 15:21
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
@samhouts samhouts added the fixed-in-6.0.408 Look for this fix in 6.0.408! 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.408 Look for this fix in 6.0.408! platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS] No Background is rendered on Borders with Shadows
5 participants