Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 5, 2010, 11:11:22 PM (14 years ago)
Author:
dafrick
Message:

NotificationQueue can now be moved in edit mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/data/gui/scripts/NotificationLayer.lua

    r7354 r7362  
    133133        if v ~= nil then
    134134            root:removeChildWindow(v)
    135             local frame = winMgr:createWindow("MenuWidgets/FrameWindow", "orxonox/NotificationLayer/Root/EditMode/" .. P.nameList(k))
     135            local frame = winMgr:createWindow("MenuWidgets/FrameWindow", "orxonox/NotificationLayer/Root/EditMode/" .. P.nameList[k])
    136136            frame:setArea(v:getArea())
     137            root:addChildWindow(frame)
    137138            P.editList[k] = frame
    138139        end
     
    153154        end
    154155    end
     156
     157    showMenuSheet(P.name, false, true)
    155158end
    156159
Note: See TracChangeset for help on using the changeset viewer.