mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
added ~guicount
This commit is contained in:
parent
150f9411ce
commit
7267bee98a
@ -730,6 +730,8 @@ class DirectGuiWidget(DirectGuiBase, NodePath):
|
|||||||
(self.guiId, self,
|
(self.guiId, self,
|
||||||
base.guiItems[self.guiId]))
|
base.guiItems[self.guiId]))
|
||||||
base.guiItems[self.guiId] = self
|
base.guiItems[self.guiId] = self
|
||||||
|
if hasattr(base, 'printGuiCreates'):
|
||||||
|
printStack()
|
||||||
# Attach button to parent and make that self
|
# Attach button to parent and make that self
|
||||||
if (parent == None):
|
if (parent == None):
|
||||||
parent = aspect2d
|
parent = aspect2d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user