Call open instead of realize to assign a window group.
authorca
Fri, 05 Sep 1997 11:59:23 +0200
changeset 688 b95c0e8c9573
parent 687 800d566e6702
child 689 4faa71655770
Call open instead of realize to assign a window group.
ActiveHelpView.st
--- a/ActiveHelpView.st	Thu Sep 04 23:19:08 1997 +0200
+++ b/ActiveHelpView.st	Fri Sep 05 11:59:23 1997 +0200
@@ -188,7 +188,7 @@
     self computeShape.
     self enableMotionEvents.
     self enableButtonMotionEvents.
-    super realize
+    super open
 ! !
 
 !ActiveHelpView methodsFor:'private'!
@@ -327,5 +327,5 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.17 1997-06-28 12:25:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.18 1997-09-05 09:59:23 ca Exp $'
 ! !