Status: Accepted
Owner:
[hidden email]
Labels: Milestone-1.3
New issue 3766 by
[hidden email]: Lets fix this one (which is not
broken)
http://code.google.com/p/pharo/issues/detail?id=3766PlugonMorph>>wantsSteps
super wantsSteps ifTrue: [^true].
"For crawling ants effect of dashed line."
borderDashSpec ifNil: [^false].
^borderDashSpec size = 5 and: [(borderDashSpec fifth) > 0]
it looks like that dash spec could carry information that its actually
animated. And instead of asking directly, if it needs to be animated, like
borderDashSpec isAnimated
morph tries to do some mumbo-jumbo to determine this.