Status: Accepted
Owner:
[hidden email]
Labels: Milestone-1.4
New issue 5189 by
[hidden email]: DNU when not using accessor in
Slider and subclasses
http://code.google.com/p/pharo/issues/detail?id=5189Slider still has the #setValueSelector: methods, but if you use the
#accessor: one, the inst var for the first one stays in nil, and then, the
following method breaks:
setValue: newValue
"Called internally for propagation to model"
self value: newValue.
accessor ifNotNil: [
^ model perform: accessor asMutator with: value
].
^model perform: setValueSelector with: value
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker