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