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

--- Comment #5 from Kevin Funk <kf...@kde.org> ---
Does this patch do anything?

diff --git a/sublime/container.cpp b/sublime/container.cpp
index a51c12b..23c89ed 100644
--- a/sublime/container.cpp
+++ b/sublime/container.cpp
@@ -54,6 +54,8 @@ public:
     ContainerTabBar(Container* container)
         : QTabBar(container), m_container(container)
     {
+        setDocumentMode(true);
+
         installEventFilter(this);
     }


Patches welcome!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to