Changeset 2609 for trunk/gui/scripts


Ignore:
Timestamp:
Oct 7, 2011, 12:13:10 PM (13 years ago)
Author:
ldelgass
Message:

Add back missing dataset tag name when setting streamlines lighting. Remove
unused proc "name".

File:
1 edited

Legend:

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

    r2606 r2609  
    14671467            set bool $_settings(streamlines-lighting)
    14681468            foreach dataset [CurrentDatasets -visible $_first] {
    1469                 SendCmd "streamlines lighting $bool"
     1469                SendCmd "streamlines lighting $bool $dataset"
    14701470            }
    14711471        }
     
    26802680    }
    26812681}
    2682 
    2683 proc name { mesg } {
    2684     SendBytes $mesg
    2685 }
    2686 
    2687 
    2688  
Note: See TracChangeset for help on using the changeset viewer.