*** empty log message ***

This commit is contained in:
Mike Goslin 2000-11-30 01:12:05 +00:00
parent caac14f9c6
commit b8e8a33c62

View File

@ -126,6 +126,8 @@ class PickList(PandaObject.PandaObject):
for choice in self.choiceList: for choice in self.choiceList:
if not (self.choiceList.index(choice) == self.choice): if not (self.choiceList.index(choice) == self.choice):
choice.getGuiItem().exit() choice.getGuiItem().exit()
# throw event
messenger.send(self.name + "-rollover")
def __exitChoice(self): def __exitChoice(self):
# reset choice when mouse exits a button # reset choice when mouse exits a button