2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Version 3.4: Fix build with GCC.

This commit is contained in:
John Preston
2021-12-30 18:18:30 +03:00
parent 450f9ca91e
commit 2f48bbd317

View File

@@ -1868,7 +1868,6 @@ Reactions::ButtonParameters Message::reactionButtonParameters(
: (QPoint(contentRect.width(), innerHeight)
+ st::reactionCornerCenter));
if (reactionState.itemId != result.context) {
const auto top = marginTop();
if (!contentRect.contains(position)) {
return {};
}