Changeset 836

Show
Ignore:
Timestamp:
10/08/07 06:30:06 (11 months ago)
Author:
mankoff
Message:

clear streamlines if you change the variable they are colored against

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/clouds/xyztn.pro

    r835 r836  
    596596        bUpdate = 4 
    597597        bRedraw = 1 
     598        ;; clear them too... 
     599        oList = sState.oStreamModel->Get(/ALL) 
     600        sz=size(oList) 
     601        IF (sz[2] EQ 11) THEN OBJ_DESTROY,oList 
    598602     END 
    599603    'CLEAR_STREAMS' : BEGIN