ObjectView.st
changeset 4964 adb144b07c00
parent 4962 ba5a54ad6a3e
child 4981 eec978590f79
--- a/ObjectView.st	Thu Mar 20 18:03:13 2014 +0100
+++ b/ObjectView.st	Thu Mar 20 18:50:55 2014 +0100
@@ -1930,7 +1930,7 @@
     gridShown := false.
 
     canDragOutOfView := false.
-    self graphicsDevice rootView.
+    rootView := self graphicsDevice rootView.
     rootView clippedByChildren:false.
     rootMotion := false.
     self setInitialDocumentFormat.
@@ -3532,10 +3532,10 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.141 2014-03-20 17:00:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.142 2014-03-20 17:50:55 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.141 2014-03-20 17:00:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.142 2014-03-20 17:50:55 stefan Exp $'
 ! !