[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] SF.net SVN: supercollider:[8273] trunk/Source/app/SCCocoaView.M



Revision: 8273
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8273&view=rev
Author:   mullmusik
Date:     2008-12-24 16:50:10 +0000 (Wed, 24 Dec 2008)

Log Message:
-----------
Fix for SCTextView bounds

Modified Paths:
--------------
    trunk/Source/app/SCCocoaView.M

Modified: trunk/Source/app/SCCocoaView.M
===================================================================
--- trunk/Source/app/SCCocoaView.M	2008-12-24 12:50:16 UTC (rev 8272)
+++ trunk/Source/app/SCCocoaView.M	2008-12-24 16:50:10 UTC (rev 8273)
@@ -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)];


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/