bugfix
This commit is contained in:
parent
a4e994dcfa
commit
647be39562
@ -370,4 +370,3 @@ class FFVideo(WidgetReady, Image):
|
||||
self.dispatch('on_frame', self.last_frame)
|
||||
self.last_frame = None
|
||||
|
||||
Factory.register('FFVideo', FFVideo)
|
||||
|
@ -46,6 +46,7 @@ from .ffpyplayer_video import FFVideo
|
||||
r = Factory.register
|
||||
# if kivy.platform in ['win','linux', 'macosx']:
|
||||
# r('ScreenWithMic', ScreenWithMic)
|
||||
r('FFVideo', FFVideo)
|
||||
r('AnchorBox', AnchorBox)
|
||||
r('FloatBox', FloatBox)
|
||||
r('RelativeBox', RelativeBox)
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '0.3.12'
|
||||
__version__ = '0.3.13'
|
||||
|
Loading…
Reference in New Issue
Block a user