Re: Auto Layout Log Warning Message

2015-09-10 Thread Rob Petrovec
What version of the OS? Typically this is a bad bug that shouldn’t be ignored. Set a breakpoint on -[NSScrollView setNeedsLayout:] and see what is triggering the layout to f the scroll view to get dirtied inside of -layout. Good luck... —Rob > On Sep 9, 2015, at 6:35 AM, Dave

Auto Layout Log Warning Message

2015-09-09 Thread Dave
Hi, I made some changes and now I’m getting the following error message: 2015-09-09 13:26:34.424 LTWALTest1[16833:6675944] Layout still needs update after calling -[NSScrollView layout]. NSScrollView or one of its superclasses may have overridden -layout without calling super. Or, something