Use context menu background for sticker reaction dropdown.
This commit is contained in:
parent
dc21491099
commit
9486c266b5
|
@ -571,7 +571,7 @@ void Manager::paintButton(
|
||||||
QRect(QPoint(), geometry.size() * style::DevicePixelRatio()));
|
QRect(QPoint(), geometry.size() * style::DevicePixelRatio()));
|
||||||
} else {
|
} else {
|
||||||
const auto background = (style == ButtonStyle::Service)
|
const auto background = (style == ButtonStyle::Service)
|
||||||
? context.st->msgServiceFg()->c
|
? context.st->windowBg()->c
|
||||||
: context.st->messageStyle(
|
: context.st->messageStyle(
|
||||||
(style == ButtonStyle::Outgoing),
|
(style == ButtonStyle::Outgoing),
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in New Issue