2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Added background color in photo editor.

This commit is contained in:
23rd
2021-05-05 00:31:16 +03:00
parent 82bf6ca94f
commit b4410c49b9

View File

@@ -149,7 +149,7 @@ LayerWidget::LayerWidget(
) | rpl::start_with_next([=](const QRect &clip) { ) | rpl::start_with_next([=](const QRect &clip) {
Painter p(this); Painter p(this);
p.fillRect(clip, st::boxBg); p.fillRect(clip, st::photoEditorBg);
}, lifetime()); }, lifetime());
_content->cancelRequests( _content->cancelRequests(