[okular] [Bug 407869] Okular KParts plugin steals space key events from shell

Albert Astals Cid bugzilla_noreply at kde.org
Fri May 24 23:17:27 BST 2019


https://bugs.kde.org/show_bug.cgi?id=407869

--- Comment #3 from Albert Astals Cid <aacid at kde.org> ---
or this would probably make sense in okular

diff --git a/part.cpp b/part.cpp
index c831f8793..229ff7fcb 100644
--- a/part.cpp
+++ b/part.cpp
@@ -576,7 +576,7 @@ m_cliPresentation(false), m_cliPrint(false),
m_cliPrintAndExit(false), m_embedMo

     setupViewerActions();

-    if ( m_embedMode != ViewerWidgetMode )
+    if ( m_embedMode != ViewerWidgetMode && m_embedMode != UnknownEmbedMode )
     {
         setupActions();
     }


if anyone feels like testing

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list