Issue 3766 in pharo: Lets fix this one (which is not broken)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3766 in pharo: Lets fix this one (which is not broken)

pharo
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=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.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3766 in pharo: Lets fix this one (which is not broken)

pharo

Comment #1 on issue 3766 by [hidden email]: 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...


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3766 in pharo: Lets fix this one (which is not broken)

pharo
Updates:
        Labels: -Milestone-1.3

Comment #2 on issue 3766 by [hidden email]: 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.)