johnno1962 / GitDiff

Highlights deltas against git repo in Xcode
MIT License
891 stars 54 forks source link

Fix rendering bug when hovering change #14

Closed zenangst closed 9 years ago

zenangst commented 9 years ago

screen shot 2014-09-22 at 08 12 33

There is a bug in Xcode 6 under OS X 10.10 when you hover a change in the sidebar. This is fixed by removing .wantsLayer on the popover. I also removed the corner radius as it no longer makes sense for it to be there.

This is how it looks like without the .wantsLayer property set to YES.

screen shot 2014-09-22 at 08 14 30