PixiEditor / ColorPicker

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

StandardColorPicker tends to be laggy when running the app w/o debugger attached #30

Open Equbuxu opened 2 years ago

Equbuxu commented 2 years ago

Probably caused by too many controls bound together. The only potential solution seems to be removing the bindings and instead updating all controls on mouse up. For whatever reason, the lag spikes disappear after attaching a debugger. Detaching it bring them back immediately.