mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add support for pattern wallpapers.
This commit is contained in:
@@ -265,7 +265,7 @@ void BackgroundRow::updateImage() {
|
||||
Painter p(&back);
|
||||
PainterHighQualityEnabler hq(p);
|
||||
|
||||
if (const auto color = Window::Theme::Background()->color()) {
|
||||
if (const auto color = Window::Theme::Background()->colorForFill()) {
|
||||
p.fillRect(
|
||||
0,
|
||||
0,
|
||||
|
Reference in New Issue
Block a user