mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Version 3.4: Fix build with GCC.
This commit is contained in:
@@ -1868,7 +1868,6 @@ Reactions::ButtonParameters Message::reactionButtonParameters(
|
|||||||
: (QPoint(contentRect.width(), innerHeight)
|
: (QPoint(contentRect.width(), innerHeight)
|
||||||
+ st::reactionCornerCenter));
|
+ st::reactionCornerCenter));
|
||||||
if (reactionState.itemId != result.context) {
|
if (reactionState.itemId != result.context) {
|
||||||
const auto top = marginTop();
|
|
||||||
if (!contentRect.contains(position)) {
|
if (!contentRect.contains(position)) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user