bugfix
This commit is contained in:
parent
e412a15e25
commit
2ff7c0469e
@ -450,9 +450,6 @@ class Blocks(EventDispatcher):
|
|||||||
b.widgetBuild(d)
|
b.widgetBuild(d)
|
||||||
|
|
||||||
def getActionData(self, widget:Widget, desc, *args):
|
def getActionData(self, widget:Widget, desc, *args):
|
||||||
Logger.info('Block: getActionData(): desc=%s args=%s'
|
|
||||||
,str(desc), args)
|
|
||||||
|
|
||||||
data = {}
|
data = {}
|
||||||
rtdesc = self.build_rtdesc(desc)
|
rtdesc = self.build_rtdesc(desc)
|
||||||
if rtdesc:
|
if rtdesc:
|
||||||
|
@ -53,4 +53,4 @@ def hack_play(self):
|
|||||||
self._thread.daemon = True
|
self._thread.daemon = True
|
||||||
self._thread.start()
|
self._thread.start()
|
||||||
|
|
||||||
setattr(VideoFFPy, 'play', hack_play)
|
# setattr(VideoFFPy, 'play', hack_play)
|
||||||
|
Loading…
Reference in New Issue
Block a user