Ver Fonte

*** empty log message ***

gregw há 25 anos atrás
pai
commit
b515cdcee5

+ 0 - 0
direct/src/distributed/DistributedActor.py → direct/src/actor/DistributedActor.py


+ 0 - 0
direct/src/showbase/DirectNotify.py → direct/src/directnotify/DirectNotify.py


+ 0 - 0
direct/src/showbase/DirectNotifyGlobal.py → direct/src/directnotify/DirectNotifyGlobal.py


+ 0 - 0
direct/src/showbase/Logger.py → direct/src/directnotify/Logger.py


+ 0 - 0
direct/src/showbase/LoggerGlobal.py → direct/src/directnotify/LoggerGlobal.py


+ 0 - 0
direct/src/showbase/Notifier.py → direct/src/directnotify/Notifier.py


+ 0 - 0
direct/src/showbase/OnscreenText.py → direct/src/gui/OnscreenText.py


+ 1 - 1
direct/src/gui/PickList.py

@@ -42,7 +42,7 @@ class PickList(PandaObject.PandaObject):
 
         # ignore all the buttons
         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().getDownRolloverEvent())
 

+ 0 - 0
direct/src/showbase/Task.py → direct/src/task/Task.py


+ 0 - 0
direct/src/showbase/TaskManagerGlobal.py → direct/src/task/TaskManagerGlobal.py