mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix build with GCC.
This commit is contained in:
@@ -517,7 +517,6 @@ void Video::paint(Painter &p, const QRect &clip, TextSelection selection, const
|
||||
if ((blurred || thumbnail || good)
|
||||
&& ((_pix.width() != _width * cIntRetinaFactor())
|
||||
|| (_pixBlurred && (thumbnail || good)))) {
|
||||
auto size = _width * cIntRetinaFactor();
|
||||
auto img = good
|
||||
? good->original()
|
||||
: thumbnail
|
||||
|
Reference in New Issue
Block a user