From b86434c629e52034ec44c7582dadfbdeb1961d15 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Dec 2019 19:28:56 +0100 Subject: Navigate back to the previous item instead of the selected item --- src/Body.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index bf782bb..8412c6c 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -110,7 +110,6 @@ namespace QuickMedia { if(download_to_string(url, texture_data) == DownloadResult::OK) { if(result->loadFromMemory(texture_data.data(), texture_data.size())) { //result->generateMipmap(); - result->setSmooth(true); } } loading_thumbnail = false; -- cgit v1.2.3