Changeset 2609 for trunk/gui/scripts
- Timestamp:
- Oct 7, 2011, 12:13:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r2606 r2609 1467 1467 set bool $_settings(streamlines-lighting) 1468 1468 foreach dataset [CurrentDatasets -visible $_first] { 1469 SendCmd "streamlines lighting $bool "1469 SendCmd "streamlines lighting $bool $dataset" 1470 1470 } 1471 1471 } … … 2680 2680 } 2681 2681 } 2682 2683 proc name { mesg } {2684 SendBytes $mesg2685 }2686 2687 2688
Note: See TracChangeset
for help on using the changeset viewer.