DisplayRootView.st
branchdelegated_gc_jv
changeset 6819 f91377f97414
parent 6800 f4acb46ba42e
parent 6764 aef0ae36406c
child 7036 530b3e1c64c3
--- a/DisplayRootView.st	Thu Feb 19 06:21:17 2015 +0000
+++ b/DisplayRootView.st	Tue Mar 03 03:55:48 2015 +0000
@@ -87,7 +87,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.42.2.2 2014-12-12 18:32:42 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.45 2015-02-10 13:18:23 cg Exp $'
 ! !
 
 !DisplayRootView class methodsFor:'instance creation'!
@@ -248,8 +248,12 @@
 !
 
 isActive
-    "compatibility with all other views"
+    "for protocol compatibility with regular views"
 
+    ^ false.
+!
+
+isComponentOf: aView
     ^ false
 !