mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
The window views driving non standard windows (such as borderless or bridge windows) did not take the toolbar into account when calculating the content rect. Apart from being wrong, this could lead to the content view overlapping the toolbar if the content view was set after the toolbar was prepared. Perhaps the thought was that the base _CPWindowView shouldn't make assumptions about the placement and sizing of a toolbar and leave that up to subclasses, but the _CPWindowView tile method already did.