Changeset 3899 for trunk/gui/scripts/vtkheightmapviewer.tcl
- Timestamp:
- Aug 27, 2013 12:38:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkheightmapviewer.tcl
r3814 r3899 1660 1660 incr h -$lineht 1661 1661 } 1662 if { $h < 1 } {1662 if { $h < 1 } { 1663 1663 return 1664 1664 } … … 2422 2422 incr y $lineht 2423 2423 $c coords colormap $x $y 2424 set ix [image width $_image(legend)]2425 set ih [image height $_image(legend)]2426 2424 $c coords sensor [expr $x - $iw] $y $x [expr $y + $ih] 2427 2425 $c raise sensor
Note: See TracChangeset
for help on using the changeset viewer.