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
d107478789
commit
b515cdcee5
@ -42,7 +42,7 @@ class PickList(PandaObject.PandaObject):
|
|||||||
|
|
||||||
# ignore all the buttons
|
# ignore all the buttons
|
||||||
for item in self.frame.getItems():
|
for item in self.frame.getItems():
|
||||||
self.ignore(item.getGuiItem().getUpRolloverEvent())
|
self.ignore(item.getGuiItem().getUpEvent())
|
||||||
self.ignore(item.getGuiItem().getUpRolloverEvent())
|
self.ignore(item.getGuiItem().getUpRolloverEvent())
|
||||||
self.ignore(item.getGuiItem().getDownRolloverEvent())
|
self.ignore(item.getGuiItem().getDownRolloverEvent())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user