- Fixed popup mode text
This commit is contained in:
parent
d8c99c4673
commit
b46d398a81
1 changed files with 3 additions and 0 deletions
|
|
@ -129,7 +129,10 @@ class TextOverlayWindow(OverlayWindow):
|
|||
context.paint()
|
||||
|
||||
cy = h
|
||||
tnow = time.time()
|
||||
for line in reversed(self.content):
|
||||
if self.popup_style and tnow - line['time'] > self.text_time:
|
||||
break
|
||||
out_line = ""
|
||||
self.imgList = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue