aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-12-01 19:28:56 +0100
committerdec05eba <dec05eba@protonmail.com>2019-12-01 19:28:56 +0100
commitb86434c629e52034ec44c7582dadfbdeb1961d15 (patch)
treec887758a20f41c7185a0aea6bddfa58b3fd830a1 /src/Body.cpp
parent036854faf4f0a4fa851493debd17cb91ec5accbe (diff)
Navigate back to the previous item instead of the selected item
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp1
1 files changed, 0 insertions, 1 deletions
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;