Private API to the rescue
I started using a new method, -[NSView viewWillDraw], in one of my views for performing layout. This is a really handy method. It supports further dirtying of the view and frame changes. But while I was converting my code I discovered a case where my entire view was being redrawn. This was odd, so I [...]