Scroller.st
changeset 2456 042817ef96be
parent 2384 74eed28cb624
child 2509 17a9fd3e34ec
--- a/Scroller.st	Fri Nov 09 14:28:17 2001 +0100
+++ b/Scroller.st	Fri Nov 09 17:16:56 2001 +0100
@@ -925,6 +925,7 @@
 allViewBackground:something
     "ignore here for all scrollers (I want my own background)"
 
+    "/ ^ super allViewBackground:something
 ! !
 
 !Scroller methodsFor:'accessing-look'!
@@ -2538,5 +2539,5 @@
 !Scroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.157 2001-07-25 17:49:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.158 2001-11-09 16:16:56 cg Exp $'
 ! !