SimpleView.st
changeset 6249 28e5a459b5d1
parent 6246 bca5bde259bf
child 6259 f31f7e5e6531
--- a/SimpleView.st	Thu Feb 06 12:53:20 2014 +0100
+++ b/SimpleView.st	Thu Feb 06 13:51:45 2014 +0100
@@ -2848,10 +2848,17 @@
      incrementally changed to use this new geometry management."
 
     layout := aLayoutObject.
+    self layoutChanged.
+
+    "Modified: 19.9.1995 / 16:17:25 / claus"
+    "Modified: 19.7.1996 / 17:30:27 / cg"
+!
+
+layoutChanged
     superView isNil ifTrue:[
-	self originChangedFlag:true extentChangedFlag:true cornerChangedFlag:true.
+        self originChangedFlag:true extentChangedFlag:true cornerChangedFlag:true.
     ] ifFalse:[
-	self containerChangedSize.
+        self containerChangedSize.
     ]
 
     "Modified: 19.9.1995 / 16:17:25 / claus"
@@ -11150,11 +11157,11 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.740 2014-02-06 11:48:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.741 2014-02-06 12:51:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.740 2014-02-06 11:48:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.741 2014-02-06 12:51:45 cg Exp $'
 !
 
 version_SVN