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