mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 3.4: Fix build with GCC.
This commit is contained in:
parent
450f9ca91e
commit
2f48bbd317
1 changed files with 0 additions and 1 deletions
|
@ -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 {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue