Changeset 6444 for branches/1.7


Ignore:
Timestamp:
Jul 27, 2016 12:53:00 PM (8 years ago)
Author:
ldelgass
Message:

merge r6442 from trunk to 1.7 branch (glyph settings tab fix)

Location:
branches/1.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7

    • Property svn:mergeinfo changed
      /trunkmerged: 6442
  • branches/1.7/gui/scripts/vtkviewer.tcl

    r6439 r6444  
    760760    }
    761761    if { $_haveGlyphs } {
    762         if { ![$itk_component(main) exists "Glyphs Settings"] } {
     762        if { ![$itk_component(main) exists "Glyph Settings"] } {
    763763            if { [catch { BuildGlyphsTab } errs ]  != 0 } {
    764764                global errorInfo
Note: See TracChangeset for help on using the changeset viewer.