mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Added background color in photo editor.
This commit is contained in:
parent
82bf6ca94f
commit
b4410c49b9
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue