mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix typo discovered by Panda user ThomasEgi
This commit is contained in:
parent
74358e81b2
commit
9e25cda240
@ -1071,7 +1071,7 @@ class DirectGuiWidget(DirectGuiBase, NodePath):
|
||||
print space + 'Scale: ' + self.getScale().pPrintValues()
|
||||
# Print out children info
|
||||
for child in self.getChildrenAsList():
|
||||
messenger.send(PRINT + child.getName(), [indent + 2])
|
||||
messenger.send(DGG.PRINT + child.getName(), [indent + 2])
|
||||
|
||||
def copyOptions(self, other):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user