Ignore:
Timestamp:
Apr 11, 2012 10:31:51 AM (12 years ago)
Author:
ldelgass
Message:

Enable flow arrow glyphs toggle in client.

File:
1 edited

Legend:

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

    r2959 r2965  
    24812481itcl::body Rappture::FlowvisViewer::arrows { tag name } {
    24822482    set bool $_settings($this-arrows)
    2483     SendCmd "$tag configure -arrows no"
     2483    SendCmd "$tag configure -arrows $bool"
    24842484}
    24852485
Note: See TracChangeset for help on using the changeset viewer.