Ignore:
Timestamp:
Aug 31, 2010 8:25:36 PM (14 years ago)
Author:
gah
Message:

re-merge with latest trunk changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/sidebarframe.tcl

    r1764 r1897  
    451451        release {
    452452            set minw [winfo reqwidth $itk_component(controlbar)]
    453             if { $_width != "auto" && ($_width-$minw) < 40} {
     453            if {$_width-$minw < 40} {
    454454                set _width "auto"
    455455                pop close
Note: See TracChangeset for help on using the changeset viewer.