*** empty log message ***
This commit is contained in:
parent
d52b72be56
commit
4e3e00531f
|
|
@ -298,3 +298,13 @@ class OnscreenPanel(PandaObject.PandaObject, NodePath):
|
|||
|
||||
return self.panelName
|
||||
|
||||
|
||||
def setPos(self, x, y, z):
|
||||
"""setPos(self, x, y, x)
|
||||
"""
|
||||
NodePath.setPos(self, x, y, z)
|
||||
for button in self.panelButtons:
|
||||
button.unmanage()
|
||||
button.manage(self)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue