diff --git a/Telegram/SourceFiles/mediaview.cpp b/Telegram/SourceFiles/mediaview.cpp index 1ed0f7aa8..fd45e0b4a 100644 --- a/Telegram/SourceFiles/mediaview.cpp +++ b/Telegram/SourceFiles/mediaview.cpp @@ -2245,9 +2245,9 @@ void MediaView::paintDocRadialLoading(Painter &p, bool radial, float64 radialOpa p.setOpacity(1.); auto icon = ([radial, this]() -> const style::icon* { if (radial || _doc->loading()) { - return &st::historyFileInCancel; + return &st::historyFileThumbCancel; } - return &st::historyFileInDownload; + return &st::historyFileThumbDownload; })(); if (icon) { icon->paintInCenter(p, inner);