mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
SOS page fix
This commit is contained in:
parent
7053ae8676
commit
a867837385
1 changed files with 4 additions and 0 deletions
|
@ -273,6 +273,7 @@ class ToonAvatarDetailPanel(DirectFrame):
|
||||||
else:
|
else:
|
||||||
pos = (0, 0, 0.05)
|
pos = (0, 0, 0.05)
|
||||||
scale = 0.5
|
scale = 0.5
|
||||||
|
self.sosFrame.setBin('background', 10)
|
||||||
|
|
||||||
Sequence(
|
Sequence(
|
||||||
Parallel(
|
Parallel(
|
||||||
|
@ -285,5 +286,8 @@ class ToonAvatarDetailPanel(DirectFrame):
|
||||||
def __enableSOSButton(self):
|
def __enableSOSButton(self):
|
||||||
try:
|
try:
|
||||||
self.sosButton['state'] = DGG.NORMAL
|
self.sosButton['state'] = DGG.NORMAL
|
||||||
|
|
||||||
|
if self.sosFrame.getScale() == 1.0:
|
||||||
|
self.sosFrame.clearBin()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
Loading…
Reference in a new issue