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

Fix metrics and drawing when NSToolbars are used. #159

Closed jakepetroules closed 10 years ago

jakepetroules commented 10 years ago

INAppStoreWindow now forces the title bar height to the standard minimum when used in conjunction with an NSToolbar, as this is the only configuration that makes sense.

Painting now also takes into account the toolbar height.

indragiek commented 10 years ago

:+1: