bonsai-rx / bonsai

The compiler, IDE, and standard library for the Bonsai visual programming language for reactive systems
https://bonsai-rx.org
MIT License
145 stars 29 forks source link

Property grid crashes when dragging items on top #513

Closed glopesdev closed 8 years ago

glopesdev commented 8 years ago

Original report by me.


See MainForm.cs propertyGrid_dragEnter method:

gridItem.PropertyDescriptor is never checked for null.

glopesdev commented 8 years ago

Resolved in changeset 6a3dc02bc829.