Changeset 7042 for code/branches/presentation3/data/gui
- Timestamp:
- May 31, 2010, 1:41:26 PM (14 years ago)
- Location:
- code/branches/presentation3/data/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/gui/scripts/KeyBindMenu.lua
r6996 r7042 178 178 end 179 179 180 pane = tolua.cast(window, "CEGUI::ScrollablePane")180 local pane = tolua.cast(window, "CEGUI::ScrollablePane") 181 181 pane:setVerticalStepSize(getScrollingStepSize(window)) 182 182 end -
code/branches/presentation3/data/gui/scripts/SingleplayerMenu.lua
r6754 r7042 27 27 end 28 28 end 29 29 30 end 30 31
Note: See TracChangeset
for help on using the changeset viewer.