Re: NSWindow with a NSTableView redraws incorrectly with autolayout on 10.8

2012-08-05 Thread Fritz Anderson
On 5 Aug 2012, at 4:09 AM, Marcus Karlsson wrote: > If I run the application the window displays with the toolbar at the top > and the table view in the middle. I then click on the green title bar > button twice in order to first maximize the window and then restore it > to its original size. How

NSWindow with a NSTableView redraws incorrectly with autolayout on 10.8

2012-08-05 Thread Marcus Karlsson
Hello. I'm experiencing some window redrawing issues on 10.8 when I'm using NSTableViews and autolayout. I have created an application from the standard Cocoa application template in Xcode and set it to use automatic reference counting. All I've added is a toolbar and a table view to the window i