diff -r cabe3bd6fd74 -r 60663807d4fd 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'!