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

--- Comment #13 from Hugo Pereira Da Costa <hugo.pereira.da.co...@gmail.com> ---
Patch for breeze: 

diff --git a/kdecoration/breezedecoration.cpp
b/kdecoration/breezedecoration.cpp
index 10686506..d5526ce2 100644
--- a/kdecoration/breezedecoration.cpp
+++ b/kdecoration/breezedecoration.cpp
@@ -423,10 +423,10 @@ namespace Breeze
         int extBottom = 0;
         if( hasNoBorders() )
         {
-            extSides = extSize;
-            extBottom = extSize;
+            if( !isMaximizedHorizontally() ) extSides = extSize;
+            if( !isMaximizedVertically() ) extBottom = extSize;

-        } else if( hasNoSideBorders() ) {
+        } else if( hasNoSideBorders() && !isMaximizedHorizontally() ) {

             extSides = extSize;

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

Reply via email to