Changeset 5142


Ignore:
Timestamp:
Mar 14, 2015 9:52:25 PM (9 years ago)
Author:
ldelgass
Message:

fix error in BuildVolumeComponents?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkvolumeviewer.tcl

    r5139 r5142  
    29402940        # Unpack the components label and dropdown if there's only one
    29412941        # component.
    2942         blt::table forget $parent.volcomponents_l $parent.volcomponents
     2942        catch {blt::table forget $parent.volcomponents_l $parent.volcomponents}
    29432943    } else {
    29442944        # Pack the components label and dropdown into the table there's
Note: See TracChangeset for help on using the changeset viewer.