Changes between Version 1 and Version 2 of Ticket #10751, comment 7


Ignore:
Timestamp:
12/04/18 22:29:57 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10751, comment 7

    v1 v2  
    33
    44The speed slider doesn't help. CD always has a problem; floppy never does.
     5\\
     6\\
     7rope1 and rope2 are Actors, whose ancestry is Feature/View/Prop.
    58\\
    69\\
     
    1518)
    1619}}}
     20
     21script 64998 - Actor::doit() changed, but they still have this.
     22{{{
     23(if (and (& -info- $0008) (self isNotHidden:))
     24        (UpdateScreenItem self)
     25)
     26}}}
     27
     28script 64950 - Feature::isNotHidden()
     29{{{
     30(method (isNotHidden)
     31        (return 1)
     32)
     33}}}