Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

CGFloat conversion are too lax #339

Closed letiemble closed 11 years ago

letiemble commented 11 years ago

(This issue was orignally reported by Laurent Etiemble on 2012-04-27 09:51:39)

CGFloat conversion are too lax. It leads to some trouble because there are too much implicit conversion.

letiemble commented 11 years ago

(This comment was orignally posted by Laurent Etiemble on 2012-04-27 10:42:13)

Fix. Now CGFLoat uses the same implicit/explicit conversions.