Changeset 6442


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

Fix check for existing glyph settings tab

File:
1 edited

Legend:

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

    r6438 r6442  
    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.