mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build on Linux.
This commit is contained in:
parent
ca31a08182
commit
c77f4dd794
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ void SectionWidget::PaintBackground(
|
||||||
paintCache(state.now);
|
paintCache(state.now);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const auto patternOpacity = background->paper().patternOpacity();
|
|
||||||
const auto &prepared = background->prepared();
|
const auto &prepared = background->prepared();
|
||||||
if (!prepared.isNull() && !background->tile()) {
|
if (!prepared.isNull() && !background->tile()) {
|
||||||
const auto hq = PainterHighQualityEnabler(p);
|
const auto hq = PainterHighQualityEnabler(p);
|
||||||
|
|
Loading…
Add table
Reference in a new issue