Changeset 6161


Ignore:
Timestamp:
Mar 20, 2016, 3:04:57 AM (8 years ago)
Author:
ldelgass
Message:

merge imgresult fix from r6140 in 1.5 branch

File:
1 edited

Legend:

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

    r5659 r6161  
    475475                set w [winfo width $itk_component(image)]
    476476                set h [winfo height $itk_component(image)]
    477                 if {$w == 1 && $h == 1} {
     477                if {$w <= 1 && $h <= 1} {
    478478                    return 0
    479479                }
Note: See TracChangeset for help on using the changeset viewer.