Changeset 3650 for trunk/gui


Ignore:
Timestamp:
May 14, 2013 7:08:30 PM (11 years ago)
Author:
mmc
Message:

Fixed a problem with separators inside a group. Having a separator
within a group of groups should force "vertical" layout. It was
throwing an error, but it's fixed now.

File:
1 edited

Legend:

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

    r3648 r3650  
    507507            foreach name $showing {
    508508                set w $_name2info($name-value)
    509                 if {[lsearch {GroupEntry Separator} [winfo class $w]] < 0} {
     509                if {[winfo class $w] ne "GroupEntry"} {
    510510                    # something other than a group? then fall back on vertical
    511511                    set _scheme "vertical"
Note: See TracChangeset for help on using the changeset viewer.