Use QImage bubbles background for some Media parts.

This commit is contained in:
John Preston
2021-08-20 13:12:07 +03:00
parent f4fdadd3b0
commit 784d57a2bc
36 changed files with 334 additions and 205 deletions
@@ -1484,8 +1484,8 @@ HistoryView::PaintContext SessionController::bubblesContext(
//}
return {
.bubblesPattern = _bubblesBackgroundPattern.get(),
.viewport = viewport.translated(0, -args.initialShift),
.clip = args.clip.translated(0, -args.initialShift),
.viewport = viewport,
.clip = args.clip,
.now = crl::now(),
};
}