robaho / seashore

easy to use mac osx image editing application for the rest of us
GNU General Public License v2.0
452 stars 20 forks source link

layer views are not working correctly #42

Closed robaho closed 5 years ago

robaho commented 5 years ago

a smaller layer on top of a larger one, should still show the larger layers as background unless the 'layer check' is off. It appears to be showing the image based on the currently selected layer size.

robaho commented 5 years ago

fixed in 2.3.4. The problem arose from using NSColor colorWithAlphaComponent on systems colors - like windowBackgroundColor - it ends up returning nil.