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

--- Comment #1 from Thomas Lübking <thomas.luebk...@gmail.com> ---
Wild guess:

diff --git a/geometry.cpp b/geometry.cpp
index 1bffa9b..9b06d32 100644
--- a/geometry.cpp
+++ b/geometry.cpp
@@ -2256,7 +2256,7 @@ void Client::changeMaximize(bool vertical, bool
horizontal, bool adjust)
         // triggers a maximize change.
         // The next setNoBorder interation will exit since there's no change
but the first recursion pullutes the restore geometry
         changeMaximizeRecursion = true;
-        setNoBorder(app_noborder || max_mode == MaximizeFull);
+        setNoBorder(app_noborder || m_motif.noBorder() || max_mode ==
MaximizeFull);
         changeMaximizeRecursion = false;
     }


If you can try the patch, that would be awesome - otherwise please attach the
output of "xprop" on such window (state doesn't matter)

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

Reply via email to