From 081f5d8f7cb3ef38545164d6fae7d28c07b9dfae Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 24 Sep 2020 02:56:59 +0200 Subject: Fix resize after watching 4chan/matrix video in fullscreen --- src/Body.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index c53a476..52999e5 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -260,7 +260,8 @@ namespace QuickMedia { return path.c_str() + index; } - // TODO: Do not load thumbnails for images larger than 30mb + // TODO: Do not load thumbnails for images larger than 30mb. + // TODO: Load the thumbnail embedded in the file instead. std::shared_ptr Body::load_thumbnail_from_url(const std::string &url, bool local, sf::Vector2i thumbnail_resize_target_size) { auto result = std::make_shared(); result->setSmooth(true); -- cgit v1.2.3