You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with tint not applying to loaded images (#2077)
* Set image source if not matching element source, allow tint to apply if image loaded
* Remove check for image loaded which caused issue with ToggleImageSource button
* Add check back for IsLoaded, edit check for if image is not ready to be tinted
* Reset copying over TryGetButtonImage change
* Changed location of matching source check
* Add `OnIconTintColorBehaviorPropertyChanged`
* Update IconTintColorBehavior.windows.cs
---------
Co-authored-by: Shaun Lawrence <shaunrlawrence@gmail.com>
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
Co-authored-by: Brandon Minnick <13558917+TheCodeTraveler@users.noreply.github.com>
&&Uri.Compare(newUri($"{bitmapImage.UriSource.Scheme}:///{fileImageSource.File}"),bitmapImage.UriSource,UriComponents.Path,UriFormat.Unescaped,StringComparison.OrdinalIgnoreCase)is not 0)
0 commit comments