Skip to content

Commit

Permalink
fixed DisplayVideo not storing assigned video in class member. caused…
Browse files Browse the repository at this point in the history
… getVideo()

to return null although a video has been set
  • Loading branch information
LordOfDragons committed May 24, 2020
1 parent 1cf2b02 commit 3ed85b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class DisplayVideo extends Widget
return
end

this.pVideo = video
this.pVideoPlayer.setVideo( video )

this.layoutParent()
Expand Down

0 comments on commit 3ed85b2

Please sign in to comment.