GraphX icon indicating copy to clipboard operation
GraphX copied to clipboard

Initialization error on pass false to tracePositionChange of VertexControl Constructor

Open c0nstexpr opened this issue 5 years ago • 0 comments

https://github.com/panthernet/GraphX/blob/d4e23495a56196a76c28f2f983f7cf2806cd96c5/GraphX.Controls/Controls/VertexControl.cs#L61 PositionChangeNotification in EventOptions is true by default. Assign false value to it will cause the property call the UpdatePositionTraceState method in VertexControl. Then EventOptions property is used, which is null reference by default, before initialization.

c0nstexpr avatar Jul 10 '20 08:07 c0nstexpr