On 23 Dec 2008, at 16:37, Scott Wilson wrote:
Okay, the following diff seems to fix the first bug, and maybe the second one too. Index: /code/SuperCollider/Source/app/SCCocoaView.M =================================================================== --- /code/SuperCollider/Source/app/SCCocoaView.M (revision 8262) +++ /code/SuperCollider/Source/app/SCCocoaView.M (working copy) @@ -355,7 +355,7 @@ mLayout.bounds = mBounds; } [mScrollView setFrame: SCtoNSRect(mLayout.bounds)]; - [mTextView setFrame: SCtoNSRect(mLayout.bounds)]; // not needed - br + //[mTextView setFrame: SCtoNSRect(mLayout.bounds)]; // not needed - br // [mScrollView setBounds: SCtoNSRect(mBounds)]; // [mTextView setBounds: SCtoNSRect(mBounds)]; Seems br was correct! Not only not needed but messing things up. I'll commit if there is no objection. S. |