diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-11-18 23:32:08 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-11-18 23:32:12 +0100 |
commit | de45f6d8d7d777244006a7998ec971157e51296e (patch) | |
tree | 93ab54b196bda4af7d7fe16d74fb25f08c37a931 /src/Body.cpp | |
parent | c56cb5d25388d938fce485ff02b067a2fd70e096 (diff) |
Readd meme gpg encryption in matrix, this time asynchronous decryption
of only visible items
Diffstat (limited to 'src/Body.cpp')
-rw-r--r-- | src/Body.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp index b21012d..fcf932c 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -1553,6 +1553,7 @@ namespace QuickMedia { if(item->extra) { Widgets widgets; + widgets.body_item = item.get(); if(thumbnail_drawn) { ThumbnailWidget thumbnail; thumbnail.position = image.get_position(); @@ -1624,6 +1625,7 @@ namespace QuickMedia { if(item->extra) { Widgets widgets; + widgets.body_item = item.get(); if(thumbnail_drawn) { ThumbnailWidget thumbnail; thumbnail.position = image.get_position(); |