- Timestamp:
- Feb 9, 2015, 10:06:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/nanovisviewer.tcl
r4776 r4989 1269 1269 "-cutplanesvisible" { 1270 1270 set bool $_settings($what) 1271 # We only set cutplanes on the first dataset. 1271 1272 set datasets [CurrentDatasets -cutplanes] 1272 1273 set tag [lindex $datasets 0] … … 1363 1364 set axis [string range $what 1 1] 1364 1365 set bool $_settings($what) 1366 # We only set cutplanes on the first dataset. 1365 1367 set datasets [CurrentDatasets -cutplanes] 1366 1368 set tag [lindex $datasets 0]
Note: See TracChangeset
for help on using the changeset viewer.