aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-21 02:28:26 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-21 02:28:26 +0200
commitef0f5779281e45f3dc673131cd3dce4cb3284413 (patch)
treefdb8389277c0a805953a93fe7cefaa21ffd9c351 /src
parent31908e0a717452a8db311f9c6cbf5c24e7e4eea3 (diff)
Fix next chapter navigation
Diffstat (limited to 'src')
-rw-r--r--src/QuickMedia.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index 201d0af..5bdb7b9 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -1641,6 +1641,7 @@ namespace QuickMedia {
page_stack.push(current_page);
select_episode(selected_item.get(), false);
Body *chapters_body = tabs[selected_tab].body.get();
+ tabs[selected_tab].search_bar->clear();
chapters_body->filter_search_fuzzy("", false); // Needed (or not really) to go to the next chapter when reaching the last page of a chapter
MangaImagesPage *manga_images_page = static_cast<MangaImagesPage*>(new_tabs[0].page.get());
window.setKeyRepeatEnabled(false);