From de45f6d8d7d777244006a7998ec971157e51296e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 18 Nov 2022 23:32:08 +0100 Subject: Readd meme gpg encryption in matrix, this time asynchronous decryption of only visible items --- src/Body.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Body.cpp') 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(); -- cgit v1.2.3