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
PortableColorPicker not work when FluentTheme is added to App.axaml, but when I add SimpleTheme, it works fine. In attachment I added simple avalonia project with not working case, and If you uncomment SimpleTheme in App.axaml, everything seems to be working. In not working I mean Popup isn't shown and color isn't set to PortableColorPicker Toggle Button.
AvaloniaPixiColorPickerFluent.zip
PortableColorPicker not work when FluentTheme is added to App.axaml, but when I add SimpleTheme, it works fine. In attachment I added simple avalonia project with not working case, and If you uncomment SimpleTheme in App.axaml, everything seems to be working. In not working I mean Popup isn't shown and color isn't set to PortableColorPicker Toggle Button.
For those who don't want to check attachment:
App.axaml
` <Application.Styles>
<templates:PixiPerfectColorPickerTheme />
</Application.Styles>`
MainView.axaml
`
<colorpicker:PortableColorPicker ColorState="{Binding #main.ColorState, Mode=TwoWay}" Width="40" Height="40"/>
`
FluentTheme:
SimpleTheme:
The text was updated successfully, but these errors were encountered: