Feb. 28, 2011
3:17 p.m.
Status: Accepted Owner: siguc...@gmail.com Labels: Milestone-1.3 New issue 3766 by siguc...@gmail.com: Lets fix this one (which is not broken) http://code.google.com/p/pharo/issues/detail?id=3766 PlugonMorph>>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.