mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 05:58:38 +00:00
parent
c38982d286
commit
f74ba95e95
@ -1510,6 +1510,9 @@ void OverlayWidget::refreshCaptionGeometry() {
|
||||
if (_caption.isEmpty() && (!_stories || !_stories->repost())) {
|
||||
_captionRect = QRect();
|
||||
return;
|
||||
} else if (_fullScreenVideo) {
|
||||
_captionRect = QRect();
|
||||
return;
|
||||
}
|
||||
|
||||
if (_groupThumbs && _groupThumbs->hiding()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user