From 9486c266b5337b68a6826a2003587264b00f06bb Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 30 Dec 2021 23:36:52 +0300 Subject: [PATCH] Use context menu background for sticker reaction dropdown. --- Telegram/SourceFiles/history/view/history_view_react_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/view/history_view_react_button.cpp b/Telegram/SourceFiles/history/view/history_view_react_button.cpp index bf65a328a..b23cc6164 100644 --- a/Telegram/SourceFiles/history/view/history_view_react_button.cpp +++ b/Telegram/SourceFiles/history/view/history_view_react_button.cpp @@ -571,7 +571,7 @@ void Manager::paintButton( QRect(QPoint(), geometry.size() * style::DevicePixelRatio())); } else { const auto background = (style == ButtonStyle::Service) - ? context.st->msgServiceFg()->c + ? context.st->windowBg()->c : context.st->messageStyle( (style == ButtonStyle::Outgoing), false