Changeset 4951


Ignore:
Timestamp:
Jan 22, 2015, 2:13:33 PM (10 years ago)
Author:
ldelgass
Message:

restore fix from r4642 to heightmap,glyph viewers

Location:
branches/1.3/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/vtkglyphviewer.tcl

    r4928 r4951  
    10621062        }
    10631063        if { [array size _fields] < 2 } {
    1064             blt::table forget $itk_component(field) $itk_component(field_l)
     1064            catch {blt::table forget $itk_component(field) $itk_component(field_l)}
    10651065        }
    10661066        set _reset 0
  • branches/1.3/gui/scripts/vtkheightmapviewer.tcl

    r4848 r4951  
    10961096            numIsolines
    10971097        if { [array size _fields] < 2 } {
    1098             blt::table forget $itk_component(field) $itk_component(field_l)
     1098            catch {blt::table forget $itk_component(field) $itk_component(field_l)}
    10991099        }
    11001100        RequestLegend
Note: See TracChangeset for help on using the changeset viewer.