mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix media caption text selection rendering.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user