icons stepDown & up
authorca
Mon, 21 Jul 1997 12:24:17 +0200
changeset 230 60663807d4fd
parent 229 cabe3bd6fd74
child 231 75de472d579f
icons stepDown & up
UIPainter.st
--- a/UIPainter.st	Mon Jul 21 10:52:28 1997 +0200
+++ b/UIPainter.st	Mon Jul 21 12:24:17 1997 +0200
@@ -243,10 +243,14 @@
 
 iconStepDown
     IconStepDown isNil ifTrue:[
-        IconStepDown := self iconStepUp flipHorizontal
+        IconStepDown := ((Image fromFile:'stepOver.xpm') rotated:90) flipHorizontal
     ].
   ^ IconStepDown
 
+"
+IconStepDown := nil
+"
+
 !
 
 iconStepIn
@@ -270,6 +274,9 @@
     ].
   ^ IconStepUp
 
+"
+IconStepUp := nil
+"
 ! !
 
 !UIPainter class methodsFor:'interface specs'!