panthernet / GraphX

GraphX for .NET
Apache License 2.0
316 stars 104 forks source link

Fixes binding errors and strange 2x2 pixel displayed on click #86

Closed RachelTerry closed 7 years ago

RachelTerry commented 7 years ago

When the property IsDragSelectByDefault is set to true and the user clicks on the zoom area, the ZoomBox is being set to empty and this breaks bindings resulting in the Canvas/Border 2x2 element to actually be rendered as an annoying random pixel in the upper left corder of the Zoom control.

panthernet commented 7 years ago

Thanks!