xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

[Mac] Setting the Formatter by default breaks the RatioEditor rendering. #596

Closed CartBlanche closed 5 years ago

CartBlanche commented 5 years ago

The simplest solution would have been to set Formatter property to null, but that blows up :/

So Marius has raised an issue for that on the Mac side here: https://github.com/xamarin/xamarin-macios/issues/6032

and suggested this workaround https://gist.github.com/Therzok/f735948ec766d2dca16af958913eef36

Which appears to work.

Fixes #553