Mike Goslin 25 лет назад
Родитель
Сommit
b8e8a33c62
1 измененных файлов с 2 добавлено и 0 удалено
  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:
             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