I created a new Cocoa Application which is using auto-layout. On the window, I added a NSView which nearly fills the window. Inside of this NSView, I placed a button in the upper left corner. When I run the application and resize the window to its smallest width and then resize the window to its largest width, the button will not draw correctly. If I turn off auto-layout and try the same procedure, the button will draw correctly.
When resizing the window, I only grab & drag the right hand side of the window.
I'm sure I am missing something obvious, but I am not certain what that might be.
I have a sample test project here: autolayout test

