Changeset 7690 for code/trunk/data/gui/scripts/GUITools.lua
- Timestamp:
- Dec 1, 2010, 3:21:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/gui/scripts/GUITools.lua
r7689 r7690 213 213 214 214 --enter 215 if code == "28" then215 if code == "28" and P.index >= 0 then 216 216 local item = list[P.index+1] 217 217 local child = item["button"]
Note: See TracChangeset
for help on using the changeset viewer.