class: ObjectView
authorStefan Vogel <sv@exept.de>
Thu, 20 Mar 2014 18:50:55 +0100
changeset 4964 adb144b07c00
parent 4963 360430ca651c
child 4965 cf490f1f21c6
class: ObjectView changed: #initialize fix for previous change
ObjectView.st
--- 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 $'
 ! !