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