Changeset 513 for trunk/gui


Ignore:
Timestamp:
Aug 23, 2006 6:39:28 AM (18 years ago)
Author:
mmc
Message:

Fixed sequences so that they offer the same download controls
as the underlying result. This was important for Schred, so
users have options for downloading either image or data.

File:
1 edited

Legend:

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

    r464 r513  
    286286        }
    287287        controls {
    288             # no controls for this download yet
    289             return ""
     288            return [eval $itk_component(area).viewer download controls $args]
    290289        }
    291290        now {
Note: See TracChangeset for help on using the changeset viewer.