Henrik Eriksson

Results 11 issues of Henrik Eriksson

It is currently quite challenging to determine whether or not a ToggleButton is checked if the dark theme is applied. Below "B" is checked in light and dark mode. ![togglebutton](https://user-images.githubusercontent.com/13303792/150606494-3729e6a0-98a8-49e3-8af7-d837196828bc.png)

enhancement

Comboboxes normally look like this (light and dark): ![normal](https://user-images.githubusercontent.com/13303792/147612512-4c4440d1-b433-4df7-9224-9e5936c30acf.png) but if they are located in a toolbar this is the result: ![before](https://user-images.githubusercontent.com/13303792/147612575-e4356fad-12cc-4641-9360-a5fdad2a3ee9.png) I'm not sure what the desired look is,...

enhancement

Perhaps the corner radius of the SelectedArea rectangle could be a property of the control (like the pen and brush)?

I don't know what the purpose of this is Core.cs: 424 ``` if (delta > span) { lock (InvalidationLock) { LastInvalidation = now; } skiped = false; w.ReportProgress(1); Debug.WriteLine("Invalidate delta:...

I would like to use all bits to represent fractions. For signed types this seems to work: a fpm::fixed gives a range of [-1, 0.992188]. This doesn't work for unsigned...

Would it be possible to support batch reads/writes in some form? If you want to write all elements in a container to a channel it seems a bit inefficient to...

Is there a way to use nearest neighbor interpolation for a GroundOverlay image?