Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
04/06/08 11:15:49 (4 years ago)
Author:
alex
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/alexUtilities.ls

    r161 r165  
    27502750      if oldwidth < 1 then oldwidth = r.width 
    27512751       
    2752       newRect = rect(r.left, r.top, r.left + oldwidth, r.top + spr.rect.top) 
     2752      newRect = rect(r.left, r.top, r.left + oldwidth, r.top + spr.rect.top - 10) 
    27532753       
    27542754      if (label("withoutSearch") <> marker(0)) then go "withoutSearch" 
Note: See TracChangeset for help on using the changeset viewer.