Changeset 3899 for trunk/gui/scripts/vtkisosurfaceviewer.tcl
- Timestamp:
- Aug 27, 2013 12:38:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkisosurfaceviewer.tcl
r3897 r3899 1507 1507 set font "Arial 8" 1508 1508 set lineht [font metrics $font -linespace] 1509 set c $itk_component(view)1510 1509 set w 12 1511 1510 set h [expr {$_height - 2 * ($lineht + 2)}] 1512 if { $h < 1 } {1511 if { $h < 1 } { 1513 1512 return 1514 1513 } … … 2289 2288 "move" { 2290 2289 set axis [lindex $args 0] 2291 set a [string toupper $axis]2292 set oldval $_settings(cutplane${a}Position)2293 2290 set newval [lindex $args 1] 2294 2291 if {[llength $args] != 2} {
Note: See TracChangeset
for help on using the changeset viewer.