mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fixed frame size of video userpic in short info boxes on Retina.
This commit is contained in:
parent
d9572949f6
commit
7aef0b0a83
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ void PeerShortInfoCover::paintRadial(QPainter &p) {
|
|||
QImage PeerShortInfoCover::currentVideoFrame() const {
|
||||
const auto size = QSize(_st.size, _st.size);
|
||||
const auto request = Media::Streaming::FrameRequest{
|
||||
.resize = size * style::DevicePixelRatio(),
|
||||
.resize = size,
|
||||
.outer = size,
|
||||
};
|
||||
return (_videoInstance
|
||||
|
|
Loading…
Add table
Reference in a new issue