From 9e2d256a6f214f7230f8575f8a61570592d35428 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 12 Oct 2021 23:21:56 +0200 Subject: [PATCH] Fix bookmark menu actions missing after switching tabs BUGS: 442668 --- part/part.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/part/part.cpp b/part/part.cpp index 3cb0b52dd..f5d40111c 100644 --- a/part/part.cpp +++ b/part/part.cpp @@ -1907,6 +1907,7 @@ void Part::guiActivateEvent(KParts::GUIActivateEvent *event) if (event->activated()) { m_pageView->setupActionsPostGUIActivated(); + rebuildBookmarkMenu(); } }