- Fixed popup mode text

This commit is contained in:
trigg 2020-10-02 23:58:36 +01:00
parent d8c99c4673
commit b46d398a81

View file

@ -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 = []