Changeset 6351 for code/branches
- Timestamp:
- Dec 14, 2009, 8:20:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua
r6346 r6351 200 200 201 201 function P.callback() 202 local pane = tolua.cast(winMgr:getWindow("orxonox/KeyBindPane"), "CEGUI::ScrollablePane") 203 local position = pane:getVerticalScrollPosition() 202 204 while table.getn(linesList) ~= 0 do 203 205 if linesList[1] ~= nil then … … 213 215 InfoPopup.close() 214 216 end 217 pane:setVerticalScrollPosition( position ) 215 218 end 216 219
Note: See TracChangeset
for help on using the changeset viewer.