diff --git a/Telegram/SourceFiles/history/history_inner_widget.cpp b/Telegram/SourceFiles/history/history_inner_widget.cpp index e4e914333..ffdb4e864 100644 --- a/Telegram/SourceFiles/history/history_inner_widget.cpp +++ b/Telegram/SourceFiles/history/history_inner_widget.cpp @@ -2261,7 +2261,7 @@ auto HistoryInner::getSelectionState() const if (selected.first->allowsForward()) { ++result.canForwardCount; } - } else { + } else if (selected.second.from != selected.second.to) { result.textSelected = true; } }