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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kwin
From:       Lucas Murray <lmurray () undefinedfire ! com>
Date:       2009-10-06 16:04:17
Message-ID: 1254845057.477872.16814.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1031996 by lmurray:

Be more strict.


 M  +2 -1      workspace.cpp  


--- trunk/KDE/kdebase/workspace/kwin/workspace.cpp #1031995:1031996
@@ -2358,7 +2358,8 @@
     {
     if( e->type == EnterNotify )
         {
-        if( movingClient && e->xcrossing.window == movingClient->moveResizeGrabWindow() )
+        if( movingClient && movingClient->isElectricBorderMaximizing() &&
+            e->xcrossing.window == movingClient->moveResizeGrabWindow() )
             { // Cancel the quick tiling/maximization action when the user moves away from the edge.
               // This event isn't from the border window; it came from the grab window.
             movingClient->setElectricBorderMaximizing( false );
[prev in list] [next in list] [prev in thread] [next in thread] 

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