mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
remove old hack
This commit is contained in:
parent
17ba5c39b0
commit
4e6dd4a6bf
@ -100,10 +100,7 @@ class DirectEntry(DirectFrame):
|
||||
|
||||
def setObscureMode(self):
|
||||
# Temporary try..except to support old Pandas.
|
||||
try:
|
||||
PGEntry.setObscureMode(self.guiItem, self['obscured'])
|
||||
except:
|
||||
pass
|
||||
PGEntry.setObscureMode(self.guiItem, self['obscured'])
|
||||
|
||||
def setBackgroundFocus(self):
|
||||
PGEntry.setBackgroundFocus(self.guiItem, self['backgroundFocus'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user