|
|
@@ -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 event
|
|
|
+ messenger.send(self.name + "-rollover")
|
|
|
|
|
|
def __exitChoice(self):
|
|
|
# reset choice when mouse exits a button
|