mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Added background color in photo editor.
This commit is contained in:
@@ -149,7 +149,7 @@ LayerWidget::LayerWidget(
|
||||
) | rpl::start_with_next([=](const QRect &clip) {
|
||||
Painter p(this);
|
||||
|
||||
p.fillRect(clip, st::boxBg);
|
||||
p.fillRect(clip, st::photoEditorBg);
|
||||
}, lifetime());
|
||||
|
||||
_content->cancelRequests(
|
||||
|
Reference in New Issue
Block a user