Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3085


Ignore:
Timestamp:
May 26, 2009, 9:27:15 PM (15 years ago)
Author:
danielh
Message:

No more hiding of items when the frame is clicked :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/pickup/PickupInventory.cc

    r3079 r3085  
    307307        frame->setPosition(CEGUI::UVector2(CEGUI::UDim(0, 5 + x * 70), CEGUI::UDim(0, 5 + y * 90)));
    308308        frame->setSize(CEGUI::UVector2(CEGUI::UDim(0, 65), CEGUI::UDim(0, 65)));
     309        frame->setRiseOnClickEnabled(false);
    309310        frame->setVisible(false);
    310311
Note: See TracChangeset for help on using the changeset viewer.