diff --git a/Telegram/SourceFiles/history/view/history_view_message.cpp b/Telegram/SourceFiles/history/view/history_view_message.cpp index df06a5cb7..466a1db1a 100644 --- a/Telegram/SourceFiles/history/view/history_view_message.cpp +++ b/Telegram/SourceFiles/history/view/history_view_message.cpp @@ -630,7 +630,7 @@ void Message::draw(Painter &p, const PaintContext &context) const { media->draw(p, context.translated( -mediaLeft, -mediaTop - ).withSelection(context.selection)); + ).withSelection(skipTextSelection(context.selection))); p.translate(-mediaLeft, -mediaTop); } if (entry) {