mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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:
|
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 a rollover 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