Changeset 5384


Ignore:
Timestamp:
May 1, 2015, 1:58:54 PM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/gui/scripts/nanovisviewer.tcl

    r5370 r5384  
    15341534}
    15351535
    1536 # ----------------------------------------------------------------------
    1537 # USAGE: UpdateTransferFuncs
    1538 # ----------------------------------------------------------------------
    15391536itcl::body Rappture::NanovisViewer::updateTransferFunctions {} {
    15401537    $_dispatcher event -idle !send_transfunc
     
    15921589    }
    15931590    $inner.background choices insert end \
    1594         "black"              "black"            \
    1595         "white"              "white"            \
    1596         "grey"               "grey"
     1591        "black" "black" \
     1592        "white" "white" \
     1593        "grey"  "grey"
    15971594
    15981595    $itk_component(background) value $_settings(-background)
Note: See TracChangeset for help on using the changeset viewer.