Changeset 4989 for trunk


Ignore:
Timestamp:
Feb 9, 2015 10:06:46 AM (9 years ago)
Author:
ldelgass
Message:

add comments from 1.4 branch to sync

File:
1 edited

Legend:

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

    r4776 r4989  
    12691269        "-cutplanesvisible" {
    12701270            set bool $_settings($what)
     1271            # We only set cutplanes on the first dataset.
    12711272            set datasets [CurrentDatasets -cutplanes]
    12721273            set tag [lindex $datasets 0]
     
    13631364            set axis [string range $what 1 1]
    13641365            set bool $_settings($what)
     1366            # We only set cutplanes on the first dataset.
    13651367            set datasets [CurrentDatasets -cutplanes]
    13661368            set tag [lindex $datasets 0]
Note: See TracChangeset for help on using the changeset viewer.