Changes between Version 1 and Version 2 of Ticket #10751, comment 7
- Timestamp:
- Dec 4, 2018, 10:29:57 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10751, comment 7
v1 v2 3 3 4 4 The speed slider doesn't help. CD always has a problem; floppy never does. 5 \\ 6 \\ 7 rope1 and rope2 are Actors, whose ancestry is Feature/View/Prop. 5 8 \\ 6 9 \\ … … 15 18 ) 16 19 }}} 20 21 script 64998 - Actor::doit() changed, but they still have this. 22 {{{ 23 (if (and (& -info- $0008) (self isNotHidden:)) 24 (UpdateScreenItem self) 25 ) 26 }}} 27 28 script 64950 - Feature::isNotHidden() 29 {{{ 30 (method (isNotHidden) 31 (return 1) 32 ) 33 }}}