unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.32k stars 390 forks source link

Update DrawingObjects.cs #506

Closed Benshi closed 12 months ago

Benshi commented 12 months ago

I discovered an issue where if you set the IsSelected property of the unvell.ReoGrid.Drawing.Shapes.RectangleShape class to true, you cannot set it back to false.

jingwood commented 12 months ago

@Benshi Thank you very much!