alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

PropertyGrid Sample errors #58

Closed neoxeo closed 10 months ago

neoxeo commented 10 months ago

Impressive job on this part, congratulations !

Version : 4959577ac203e572ab2e6ecaacfae16fc2e3380e OS : Windows 11

I found some errors, here is a first list :

When click on PanelTreeAndCards : image

Same thing with PanelRichTextBox : image

For Border : BackgroundColor don't change when you select a new color image

generalloki commented 10 months ago

@neoxeo , Thanks! I have updated master with the new version. Exceptions in PropertyGridSample are fixed. As to Border, color is not changed as Background property is also set. I will think on how to make it easier to understand that both Background and BacgkroundColor affect painting.

generalloki commented 10 months ago

Fixed found issues in PropertyGridSample, so close the ticket.