Changeset 3899 for trunk/gui/scripts/vtkglyphviewer.tcl
- Timestamp:
- Aug 27, 2013 12:38:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkglyphviewer.tcl
r3897 r3899 1486 1486 set font "Arial 8" 1487 1487 set lineht [font metrics $font -linespace] 1488 set c $itk_component(view)1489 1488 set w 12 1490 1489 set h [expr {$_height - 2 * ($lineht + 2)}] 1491 if { $h < 1 } {1490 if { $h < 1 } { 1492 1491 return 1493 1492 } … … 2226 2225 "move" { 2227 2226 set axis [lindex $args 0] 2228 set a [string toupper $axis]2229 set oldval $_settings(cutplane${a}Position)2230 2227 set newval [lindex $args 1] 2231 2228 if {[llength $args] != 2} {
Note: See TracChangeset
for help on using the changeset viewer.