PixiEditor / ColorPicker

Customizable Color Picker control for WPF and AvaloniaUI
https://pixieditor.net/colorpicker
MIT License
262 stars 27 forks source link

PortableColorPicker not show popup when FluentTheme is set #50

Open Mateusz-Nejman opened 1 month ago

Mateusz-Nejman commented 1 month ago

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>`

MainView.axaml `

`

FluentTheme: image

SimpleTheme: image

flabbet commented 1 month ago

Hello, We didn't make Fluent Theme for Color Picker, but feel free to contribute!