Changeset 5227 for branches/1.4/gui


Ignore:
Timestamp:
Apr 14, 2015 10:15:56 PM (9 years ago)
Author:
ldelgass
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/gui/scripts/vtkvolumeviewer.tcl

    r5226 r5227  
    343343    pack $itk_component(cutplane) -padx 2 -pady 2
    344344
    345 
    346345    if { [catch {
    347346        BuildViewTab
     
    15241523    set font "Arial 8"
    15251524    set lineht [font metrics $font -linespace]
    1526     set c $itk_component(legend)
    15271525    set w 12
    15281526    set h [expr {$_height - 3 * ($lineht + 2)}]
    1529     if { $h < 1} {
     1527    if { $h < 1 } {
    15301528        return
    15311529    }
Note: See TracChangeset for help on using the changeset viewer.