mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 00:08:02 +00:00
Fix blurred thumbnails in albums.
Regression was introduced in dc146cb1fe
.
Once again fixes #6332.
This commit is contained in:
parent
cd33d855a4
commit
854bc9f84a
@ -1130,7 +1130,7 @@ void Gif::validateGroupedCache(
|
||||
const auto height = geometry.height();
|
||||
const auto options = Option::Smooth
|
||||
| Option::RoundedLarge
|
||||
| (blur ? Option(0) : Option::Blurred)
|
||||
| (blur ? Option::Blurred : Option(0))
|
||||
| ((corners & RectPart::TopLeft) ? Option::RoundedTopLeft : Option::None)
|
||||
| ((corners & RectPart::TopRight) ? Option::RoundedTopRight : Option::None)
|
||||
| ((corners & RectPart::BottomLeft) ? Option::RoundedBottomLeft : Option::None)
|
||||
|
Loading…
Reference in New Issue
Block a user