added ~guicount

This commit is contained in:
Darren Ranalli 2007-05-10 22:48:20 +00:00
parent 150f9411ce
commit 7267bee98a

View File

@ -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