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/Alex_HierMenuParent.ls

    r99 r101  
    38063806on mDrawText me 
    38073807   
    3808   obenoffset = pHeaderOffset - (pZeilenhoehe - pMenuProps.getaprop(#myFontsize))/2 + 1 -- 1 -- + 1 
     3808  --  obenoffset = pHeaderOffset - (pZeilenhoehe - pMenuProps.getaprop(#myFontsize))/2 + 1 -- 1 -- + 1 
     3809  obenoffset = pHeaderOffset -- dunno what the above line was about, but it fails now, I guess it is a remnant from "older times" 
    38093810   
    38103811  --  obenoffset = obenoffset - integer(pZeilenhoehe * (pZeilenhoehe / 150.0)) 
Note: See TracChangeset for help on using the changeset viewer.