fix casting add and remove

This commit is contained in:
“christopheseux”
2023-05-11 11:29:26 +02:00
parent a46f64f034
commit f5275b88c8
2 changed files with 21 additions and 25 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ class VSETB_PGT_strip_settings(PropertyGroup):
@property
def active_casting(self):
try:
self.casting[self.casting_index]
return self.casting[self.casting_index]
except IndexError:
return