From 55287c0f48db741f93f1be122c6eb12e48ba995c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 2 Dec 2022 02:23:25 +0100 Subject: 4chan: fix back navigation not showing correct items in tree --- src/QuickMedia.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 0475964..81b9296 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -4915,6 +4915,7 @@ namespace QuickMedia { thread_body->set_selected_item(previous_selected); selected_item = thread_body->get_item_by_index(comment_navigation_stack.back()).get(); selected_item->visible = true; + image_board_post_data = static_cast(selected_item->extra.get()); for(size_t reply_to_index : image_board_post_data->replies_to) { thread_body->get_item_by_index(reply_to_index)->visible = true; } -- cgit v1.2.3