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

Set default refresh indicator content in control theme #14443

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

emmauss
Copy link
Contributor

@emmauss emmauss commented Feb 1, 2024

What does the pull request do?

Removes PathIcon style in RefreshVisualizer and explicitly set visualizer indicator instead. Also applies compostion animations to any content set as indicator, instead of path icons.

What is the current behavior?

Currently, there's an issue where styles in a visual in ControlTheme's ControlTemplate aren't applied to children of that visual when the child is added after the template is applied. This pr removes the style relating to the RefreshVisualizer Indicator that sets the path icon data.

What is the updated/expected behavior with this PR?

How was the solution implemented (if it's not obvious)?

Checklist

Breaking changes

This is a style breaking change, in behavior only.

Obsoletions / Deprecations

Fixed issues

Fixes #14442

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.1.999-cibuild0044301-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.1.999-cibuild0044305-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 added this pull request to the merge queue Feb 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 3, 2024
@emmauss emmauss force-pushed the fix/refresh_visualizer_indicator_not_set branch from a436f1d to eba6440 Compare February 5, 2024 07:49
@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.1.999-cibuild0044434-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@emmauss emmauss added this pull request to the merge queue Feb 5, 2024
Merged via the queue into master with commit b8eec42 Feb 5, 2024
7 checks passed
@emmauss emmauss deleted the fix/refresh_visualizer_indicator_not_set branch February 5, 2024 09:28
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.

RefreshContainer: RefreshVisualizer not visible?
3 participants