mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix info display in video with caption above.
This commit is contained in:
parent
bb43afdd93
commit
c681569349
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ void Gif::draw(Painter &p, const PaintContext &context) const {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!unwrapped && bubble) {
|
if (!unwrapped && bubble && !isBubbleBottom()) {
|
||||||
p.setPen(stm->historyTextFg);
|
p.setPen(stm->historyTextFg);
|
||||||
auto top = painty + painth + st::mediaCaptionSkip;
|
auto top = painty + painth + st::mediaCaptionSkip;
|
||||||
if (botTop) {
|
if (botTop) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue