[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [kwin] [Bug 376104] Quick tile window to any screen edge or corner de-maximizes the window without t
From:       Nate Graham <bugzilla_noreply () kde ! org>
Date:       2017-09-29 15:53:23
Message-ID: bug-376104-17878-p2lVkU398q () http ! bugs ! kde ! org/
[Download RAW message or body]

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

--- Comment #19 from Nate Graham <pointedstick@zoho.com> ---
Migrating info from duped bugs:

This seems to have been caused by
https://cgit.kde.org/kwin.git/commit/?id=9934f5b57537feae54afd0c4366c90253638ada2


The following quick-and-dirty patch seems to resolve it for some people:

--- a/geometry.cpp      2017-03-21 21:54:36.000000000 +0800
+++ b/geometry.cpp      2017-03-23 19:11:02.872123167 +0800
@@ -3326,6 +3326,8 @@

         TabSynchronizer syncer(this,
TabGroup::QuickTile|TabGroup::Geometry|TabGroup::Maximized);

+        setMaximize(false, false);
+        
         if (mode != QuickTileNone) {
             m_quickTileMode = mode;
             // decorations may turn off some borders when tiled
@@ -3336,8 +3338,6 @@
         // Store the mode change
         m_quickTileMode = mode;

-        setMaximize(false, false);
-
         emit quickTileModeChanged();

         return;


Martin, since we do have test cases for X11 now, is this something we can get
submitted to Phabricator as a patch?

-- 
You are receiving this mail because:
You are watching all bug changes.=
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic