2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Tile patterns horizontally.

This commit is contained in:
John Preston
2021-08-20 15:55:10 +03:00
parent f3f741e1eb
commit 1e8e163bb1
2 changed files with 19 additions and 30 deletions

View File

@@ -66,6 +66,7 @@ struct CacheBackgroundRequest {
QSize area;
int gradientRotation = 0;
bool tile = false;
bool isPattern = false;
bool recreateGradient = false;
QImage gradient;
std::vector<QColor> gradientColors;