Changes between Initial Version and Version 1 of Ticket #10751, comment 7
- Timestamp:
- Dec 4, 2018, 10:00:07 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10751, comment 7
initial v1 1 Diffing CD vs floppyreveals some changes.1 Diffing script 500, CD vs floppy, reveals some changes. 2 2 Nothing rope-related stands out though. 3 3 4 4 The speed slider doesn't help. CD always has a problem; floppy never does. 5 \\ 6 \\ 7 script 64998 - View::setPri() is the same. 8 {{{ 9 (method (setPri param1) 10 (cond 11 ((== argc 0) (= fixPriority 1)) 12 ((== param1 -1) (= fixPriority 0)) 13 (else (= priority param1) (= fixPriority 1)) 14 ) 15 ) 16 }}}