Skip to content

Commit 0947310

Browse files
authored
BF: Set movie opacity AFTER color (#5385)
1 parent eae127d commit 0947310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psychopy/visual/movies/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ def __init__(self,
122122
self.ori = ori
123123
self.size = size
124124
self.depth = depth
125-
self.opacity = opacity
126125
self.anchor = anchor
127126
self.colorSpace = colorSpace
128127
self.color = color
128+
self.opacity = opacity
129129

130130
# playback stuff
131131
self._filename = pathToString(filename)

0 commit comments

Comments
 (0)