forked from openlp/openlp
Temporary workaround for VLC
This commit is contained in:
parent
d42a7118c0
commit
d95b4343b5
@ -161,6 +161,8 @@ class VlcPlayer(MediaPlayer):
|
||||
:return:
|
||||
"""
|
||||
vlc = get_vlc()
|
||||
# Temporary workaround
|
||||
if vlc:
|
||||
output_display.vlc_widget = QtWidgets.QFrame(output_display)
|
||||
output_display.vlc_widget.setFrameStyle(QtWidgets.QFrame.NoFrame)
|
||||
# creating a basic vlc instance
|
||||
|
Loading…
Reference in New Issue
Block a user