[Pharo-project] Issue 3766 in pharo: Lets fix this one (which is not broken)
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.
Comment #1 on issue 3766 by stephane...@gmail.com: Lets fix this one (which is not broken) http://code.google.com/p/pharo/issues/detail?id=3766 oh igor what a baaddd spirit. This is not me that wrote that entry...
Updates: Labels: -Milestone-1.3 Comment #2 on issue 3766 by marcus.d...@gmail.com: Lets fix this one (which is not broken) http://code.google.com/p/pharo/issues/detail?id=3766 (No comment was entered for this change.)
participants (1)
-
pharo@googlecode.com