- Timestamp:
- Feb 25, 2011, 5:02:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/data/gui/scripts/NotificationLayer.lua
r7927 r7961 484 484 local lookAndFeel = CEGUI.WidgetLookManager:getSingleton():getWidgetLook(queue:getLookNFeel()) 485 485 local formattedArea = lookAndFeel:getNamedArea("ItemRenderingArea"):getArea():getPixelRect(queue) 486 local frameHeight = queue:getUnclipped PixelRect():getHeight() - formattedArea:getHeight()486 local frameHeight = queue:getUnclippedOuterRect():getHeight() - formattedArea:getHeight() 487 487 listbox:removeItem(item) 488 488 return frameHeight + singleItemHeight*size
Note: See TracChangeset
for help on using the changeset viewer.