*** empty log message ***

This commit is contained in:
David Rose 2001-04-10 21:20:42 +00:00
parent 3cd4353596
commit 941422ee9e
1 changed files with 1 additions and 6 deletions

View File

@ -161,12 +161,7 @@ class OnscreenPanel(PandaObject.PandaObject, NodePath):
self.panelRegion.setRelative(self.panelGeom,
geomRect[0], geomRect[1],
geomRect[2], geomRect[3])
# *** Temporary try/except to support old Pandas.
try:
self.panelRegion.setSort(self.panelDrawOrder)
except:
pass
self.panelRegion.setSort(self.panelDrawOrder)
def cleanup(self):
"""cleanup(self):