aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-11-28 23:12:51 +0100
committerdec05eba <dec05eba@protonmail.com>2022-11-28 23:12:51 +0100
commit94152da2ef18a673a996e3d5cfb3780a8f5f7feb (patch)
tree792a486ea8cdca345e17a5b377eb42701b432a1b /src/Body.cpp
parente12e7e960ee36607f6107a28c0935e8c2a006632 (diff)
Matrix: ignore expired and revoked signatures for gpg encrypt
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index cc0edfa..fedf25d 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -1183,6 +1183,7 @@ namespace QuickMedia {
const float height_diff = item->height - item->prev_height;
item->prev_height = item->height;
+ // TODO: This messes up local anime when watching an anime and then going back. The selected item is at the top and we cant see previous items unless we scroll up, even if there aren't enough items to cause a scroll.
if(attach_side == AttachSide::TOP) {
if(index < selected_item) {
page_scroll -= height_diff;