Egor Mozgovoy

Results 25 comments of Egor Mozgovoy

Overall this seems pretty strange. The error on the first screenshot are not unusual, but they should disappear after you build the project. I can't tell what went wrong on...

After some googling it seems like this is a quirk of WPF, a fix would require making an attached behavior that sets the focus manually. I'll ignore this for now...

This sounds quite strange and I'm not sure how to reproduce it. The color range is just an image (https://github.com/PixiEditor/ColorPicker/blob/master/src/ColorPicker/Images/CircularHueGradient.png) and the same goes for the saturation-values square. I'd expect...

https://github.com/dotnet/wpf/issues/4825 https://stackoverflow.com/questions/69797178/support-windows-11-snap-layout-in-wpf-app

Strange, I have had it so many times it became mildly annnoying. Let's leave it for now, I'll have to find the precise repro steps

repro: 1. Make a new 1920x1080 canvas 2. Fill the base layer with black 3. Make a new layer and fill it with white 4. Try drawing on the white...