*** empty log message ***

This commit is contained in:
Mike Goslin 2000-11-29 20:39:31 +00:00
parent f9f6b012c8
commit 1a928e113f

View File

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