vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
657 stars 89 forks source link

File browser icons are broken when compiling on Yosemite. #84

Open farmdawgnation opened 9 years ago

farmdawgnation commented 9 years ago

Something wacky is happening when vico is compiled on Yosemite that causes icons to not be positioned properly in several places. Including the file browser:

screen shot 2014-12-13 at 11 08 31 am

and the close buttons in the tab bar:

screen shot 2014-12-13 at 11 09 58 am

Shadowfiend commented 9 years ago

Yeah, that's almost certainly due to this commit: https://github.com/vicoapp/vico/commit/a831bc1c0338c9da5b10bc67551026b30030b51c , which got rid of a deprecation warning in a way that was recommended… But evidently needs some coordinate math to actually work correctly -.- Haven't had a chance to look at it much deeper yet.