Ignore:
Timestamp:
Apr 30, 2015 1:04:42 AM (9 years ago)
Author:
ldelgass
Message:

settings fix

File:
1 edited

Legend:

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

    r5366 r5368  
    25142514    SendCmd "if {\[flow exists $tag\]} {flow delete $tag}"
    25152515    array set info  [$flowobj hints]
    2516     set _settings($this-volume) $info(volume)
    2517     set _settings($this-outline) $info(outline)
    2518     set _settings($this-arrows) $info(arrows)
    2519     set _settings($this-duration) $info(duration)
     2516    set _settings(-volume) $info(volume)
     2517    set _settings(-outline) $info(outline)
     2518    set _settings(-arrows) $info(arrows)
     2519    set _settings(-duration) $info(duration)
    25202520    $itk_component(speed) value $info(speed)
    25212521    set cmd {}
Note: See TracChangeset for help on using the changeset viewer.