SF.net SVN: supercollider:[7691] trunk/Source/app/SCView.M

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: supercollider:[7691] trunk/Source/app/SCView.M

by mullmusik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 7691
          http://supercollider.svn.sourceforge.net/supercollider/?rev=7691&view=rev
Author:   mullmusik
Date:     2008-07-17 21:51:43 +0000 (Thu, 17 Jul 2008)

Log Message:
-----------
Tentative fix for SCCompositeView bug. http://www.listarc.bham.ac.uk/lists/sc-dev/msg02843.html

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

Modified: trunk/Source/app/SCView.M
===================================================================
--- trunk/Source/app/SCView.M 2008-07-17 07:56:35 UTC (rev 7690)
+++ trunk/Source/app/SCView.M 2008-07-17 21:51:43 UTC (rev 7691)
@@ -961,7 +961,7 @@
 SCContainerView::SCContainerView(SCContainerView *inParent, PyrObject* inObj, SCRect inBounds)
  : SCView(inParent, inObj, inBounds), mChildren(0), mNumChildren(0), mRelativeOrigin(false)
 {
- mLayout.bounds = inBounds;
+ mLayout.bounds = mBounds;
  if(mParent ){
  if(mParent->relativeOrigin()){
  SCRect pBounds = mParent->getDrawBounds(); // or jsut absolute frame bounds ?


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

_______________________________________________
sc-dev mailing list

info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/