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


Ignore:
Timestamp:
Dec 4, 2018, 10:00:07 PM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10751, comment 7

    initial v1  
    1 Diffing CD vs floppy reveals some changes.
     1Diffing script 500, CD vs floppy, reveals some changes.
    22Nothing rope-related stands out though.
    33
    44The speed slider doesn't help. CD always has a problem; floppy never does.
     5\\
     6\\
     7script 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}}}