Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2010, 3:21:11 PM (13 years ago)
Author:
dafrick
Message:

Adjusting some small thing that got forgotten while merging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/gui/scripts/GUITools.lua

    r7689 r7690  
    213213   
    214214    --enter
    215     if code == "28" then
     215    if code == "28" and P.index >= 0 then
    216216        local item = list[P.index+1]
    217217        local child = item["button"]
Note: See TracChangeset for help on using the changeset viewer.