2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix build on Linux.

This commit is contained in:
John Preston
2021-08-18 13:06:47 +03:00
parent ca31a08182
commit c77f4dd794

View File

@@ -149,7 +149,6 @@ void SectionWidget::PaintBackground(
paintCache(state.now);
return;
}
const auto patternOpacity = background->paper().patternOpacity();
const auto &prepared = background->prepared();
if (!prepared.isNull() && !background->tile()) {
const auto hq = PainterHighQualityEnabler(p);