Ignore:
Timestamp:
Jul 2, 2009, 9:45:21 AM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1531 r1539  
    304304        $_dispatcher event -idle !rebuild
    305305    }
     306    scale $dataobj
    306307}
    307308
     
    540541    foreach dataobj $_sendobjs {
    541542        foreach comp [$dataobj components] {
     543            if 0 {
    542544            foreach { vmin vmax }  [$dataobj limits v] break
    543545            if { $_limits(vmin) == "" || $vmin < $_limits(vmin) } {
     
    546548            if { $_limits(vmax) == "" || $vmax > $_limits(vmax) } {
    547549                set _limits(vmax) $vmax
     550            }
    548551            }
    549552            # tell the engine to expect some data
Note: See TracChangeset for help on using the changeset viewer.