Fixed frame size of video userpic in short info boxes on Retina.
This commit is contained in:
parent
d9572949f6
commit
7aef0b0a83
|
@ -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…
Reference in New Issue