indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 162 forks source link

Add the option to disable the title bar noise pattern overlay #185

Closed sinbad closed 10 years ago

sinbad commented 10 years ago

Not being able to disable the noise pattern is a real pain when you're looking to hit a certain flat style, so I added the option.

HTH Steve

indragiek commented 10 years ago

Looks good! One minor change: set the default value to YES in the common init method to makes sure it doesn't break backward compatibility

sinbad commented 10 years ago

Oops, should have spotted that. It's in there now. :)