Changeset 3899 for trunk/gui/scripts/vtkviewer.tcl
- Timestamp:
- Aug 27, 2013 12:38:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkviewer.tcl
r3847 r3899 1613 1613 set font "Arial 8" 1614 1614 set lineht [font metrics $font -linespace] 1615 set c $itk_component(legend)1616 1615 set w 12 1617 1616 set h [expr {$_height - 2 * ($lineht + 2)}] 1618 if { $h < 1 } {1617 if { $h < 1 } { 1619 1618 return 1620 1619 } … … 2132 2131 $itk_component(zCutScale) set 100 2133 2132 $itk_component(zCutScale) configure -state disabled 2134 #$itk_component(zCutScale) configure -state disabled2135 2133 Rappture::Tooltip::for $itk_component(zCutScale) \ 2136 2134 "@[itcl::code $this Slice tooltip z]" … … 2660 2658 "move" { 2661 2659 set axis [lindex $args 0] 2662 set oldval $_axis(${axis}position)2663 2660 set newval [lindex $args 1] 2664 2661 if {[llength $args] != 2} {
Note: See TracChangeset
for help on using the changeset viewer.