sonoramac / Sonora

A minimal, beautifully designed music player for OS X.
http://getsonora.com
Other
932 stars 135 forks source link

Fixes bug #1 which prevents album covers from displaying for some tile sizes. #51

Closed ebarnard closed 11 years ago

ebarnard commented 11 years ago

Selecting some tile sizes would cause the rounded value of size.width and size.width*4 not to be multiples of each other raising an exception in CGBitmapContextCreate and preventing the covers from displaying.

indragiek commented 11 years ago

Fantastic, thanks so much!