- Timestamp:
- Feb 22, 2018, 1:03:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cegui0.8_ogre1.9/data/gui/scripts/GUITools.lua
r8351 r11797 51 51 local formattedArea = lookAndFeel:getNamedArea("WithFrameTextRenderArea"):getArea():getPixelRect(window) 52 52 -- Calculate the pixel height of the frame by subtracting the height of the area above from the total height of the window. 53 local frameHeight = window:getUnclippedOuterRect():get Height() - formattedArea:getHeight()53 local frameHeight = window:getUnclippedOuterRect():get():getHeight() - formattedArea:getHeight() 54 54 55 55 local height = 0
Note: See TracChangeset
for help on using the changeset viewer.