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
beb480ebd3
commit
5010a9dbe8
@ -97,6 +97,7 @@ class ScrollingLabel(PandaObject.PandaObject):
|
|||||||
self.itemSign = None
|
self.itemSign = None
|
||||||
self.leftButton = None
|
self.leftButton = None
|
||||||
self.rightButton = None
|
self.rightButton = None
|
||||||
|
self.frame = None
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# accessing
|
# accessing
|
||||||
|
@ -12,7 +12,7 @@ class DirectObject:
|
|||||||
try:
|
try:
|
||||||
self.cleanup()
|
self.cleanup()
|
||||||
except:
|
except:
|
||||||
directNotify.notify.warning('No cleanup() method defined!')
|
print "No cleanup() method defined!"
|
||||||
|
|
||||||
# Event Handling
|
# Event Handling
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user