Changeset 976 for trunk/gui


Ignore:
Timestamp:
Mar 31, 2008, 12:34:03 PM (16 years ago)
Author:
dkearney
Message:

decrease the default speed for sequences, this is a temporary patch to allow nanovis and pymol to catch up with the amount of data being sent. it prevents a n oops on the first play of data in sequence results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/sequenceresult.tcl

    r893 r976  
    5353
    5454    private common _play            ;# options for "play" operation
    55     set _play(speed) 40
     55    set _play(speed) 60
    5656    set _play(loop) 0
    5757}
Note: See TracChangeset for help on using the changeset viewer.