class: UIPainterView
authorClaus Gittinger <cg@exept.de>
Fri, 04 Jul 2014 12:27:14 +0200
changeset 3136 146b6f9e139c
parent 3135 ddfd8044f87c
child 3137 3f3d24b1bed7
class: UIPainterView changed: #generateAspectMethodCodeFiltering: use new copyButLast
UIPainterView.st
--- a/UIPainterView.st	Tue Jul 01 22:02:18 2014 +0200
+++ b/UIPainterView.st	Fri Jul 04 12:27:14 2014 +0200
@@ -1117,7 +1117,7 @@
 
                     (aFilterOrEmpty isNil or:[aFilterOrEmpty includes:aSel]) ifTrue:[
                         (definedMethodSelectors includes:aSel) ifFalse:[
-                            aspect := (aSel copyButLast:1) asSymbol.
+                            aspect := (aSel copyButLast) asSymbol.
                             thisCode := (self generateAspectSetMethodFor:aspect spec:protoSpec inClass:cls).
                             codePieces add:thisCode.
                             definedMethodSelectors add:aSel.