This commit is contained in:
Freshek
2019-04-24 17:20:49 +02:00
parent c5f63ec2c5
commit c060fbd431
+1 -1
View File
@@ -173,7 +173,7 @@ void RichTextEffect::redraw(double timecode)
p.setCompositionMode(QPainter::CompositionMode_SourceIn);
p.fillRect(img.rect(), shadow_color->GetColorAt(timecode));
p.fillRect(clip_rect, shadow_color->GetColorAt(timecode));
p.setCompositionMode(QPainter::CompositionMode_SourceOver);