Skip to content

Commit be2c337

Browse files
committed
v25107.3
1 parent a24b6e0 commit be2c337

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

easycoder/ec_renderer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ def setAttribute(self, id, attribute, value):
209209
elif attribute == 'height':
210210
spec.realsize = (spec.realsize[0], value)
211211
spec.item.size = (spec.realsize[0], value)
212-
elif attribute == 'opacity':
213-
spec.item.opacity = value
214212
else:
215213
raise Exception(f'Unknown attribute: {attribute}')
216214

0 commit comments

Comments
 (0)