xamarin / mac-samples

Sample programs showing how to use Xamarin.Mac on OSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DragAndDropExample Crashes on MacOS

robloo opened this issue · comments

The Drag and Drop example application is non-functional on MacOS.

  1. Run the app
  2. Click in the left/red source rectangle -> will crash

Is there a known work-around for this?

Here's the fix: https://github.com/xamarin/mac-samples/pull/136/files, that PR should be merged later today.

Thanks for looking at this so quickly! It was difficult for me to understand where the problem was coming from and how to fix it.