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

Ignore:
Timestamp:
03/05/09 12:45:14 (3 years ago)
Author:
alex
Message:

adressed wrong text position on line. bug in my code was revealed through fixedLineSpace bug in D11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib2/ButtonImageCreator.ls

    r97 r101  
    976976   
    977977   
    978    
     978  ----------- now just add the property names of the table script and the buttonscript 
     979  retlist.addProp(#myContent, retlist[#normal]) 
     980  retlist.addProp(#myNormalImage, retlist[#normal]) 
     981  retlist.addProp(#myPressImage, retlist[#pressed]) 
     982  retlist.addProp(#myOverImage, retlist[#hilite]) 
     983  retlist.addProp(#myDisabledImage, retlist[#disabled]) 
     984  retlist.addProp(#mySelectedImage, retlist[#selected]) 
     985  ---------------------------------------------------------- 
    979986   
    980987  return retlist 
Note: See TracChangeset for help on using the changeset viewer.