mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
*** empty log message ***
This commit is contained in:
parent
f9f6b012c8
commit
1a928e113f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user