-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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"/>
`
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request

