Explorar el Código

*** empty log message ***

Mike Goslin hace 25 años
padre
commit
b8e8a33c62
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      direct/src/gui/PickList.py

+ 2 - 0
direct/src/gui/PickList.py

@@ -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