Ignore:
Timestamp:
Jan 2, 2014 12:25:21 AM (10 years ago)
Author:
ldelgass
Message:

Clear isoline list before redrawing legend with new isolines, needed to fix
hover tooltips

File:
1 edited

Legend:

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

    r4096 r4099  
    24292429
    24302430    # Draw the isolines on the legend.
     2431    array unset _isolines
    24312432    if { $color != "none"  && [info exists _limits($_curFldName)] &&
    24322433         $_settings(isolinesVisible) && $_currentNumIsolines > 0 } {
Note: See TracChangeset for help on using the changeset viewer.