oops - initStyle is needed (flicker otherwise)
authorClaus Gittinger <cg@exept.de>
Mon, 27 Jul 1998 16:40:34 +0200
changeset 2188 6b013c605bc9
parent 2187 995bb5c1f6d2
child 2189 86284985c4c0
oops - initStyle is needed (flicker otherwise)
ShadowV.st
ShadowView.st
--- a/ShadowV.st	Mon Jul 27 12:15:11 1998 +0200
+++ b/ShadowV.st	Mon Jul 27 16:40:34 1998 +0200
@@ -116,12 +116,6 @@
     "Modified: 12.5.1996 / 22:00:47 / cg"
 !
 
-initStyle
-    ^ self
-
-    "Created: / 27.7.1998 / 11:40:27 / cg"
-!
-
 initialize
     super initialize.
     borderWidth := 0.
@@ -232,5 +226,5 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/ShadowV.st,v 1.26 1998-07-27 10:15:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/ShadowV.st,v 1.27 1998-07-27 14:40:34 cg Exp $'
 ! !
--- a/ShadowView.st	Mon Jul 27 12:15:11 1998 +0200
+++ b/ShadowView.st	Mon Jul 27 16:40:34 1998 +0200
@@ -116,12 +116,6 @@
     "Modified: 12.5.1996 / 22:00:47 / cg"
 !
 
-initStyle
-    ^ self
-
-    "Created: / 27.7.1998 / 11:40:27 / cg"
-!
-
 initialize
     super initialize.
     borderWidth := 0.
@@ -232,5 +226,5 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.26 1998-07-27 10:15:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.27 1998-07-27 14:40:34 cg Exp $'
 ! !