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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kwin/lib
From:       Charles Samuels <charles () kde ! org>
Date:       2008-07-25 23:12:20
Message-ID: 1217027540.087090.8083.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 837891 by charles:

BUG: 166795
Assert fail with cube plugin


 M  +2 -2      kwineffects.cpp  


--- trunk/KDE/kdebase/workspace/kwin/lib/kwineffects.cpp #837890:837891
@@ -543,7 +543,7 @@
             {
             if( quad[ i ].x() < x )
                 wholeright = false;
-            if( quad[ i ].x() >= x )
+            if( quad[ i ].x() > x )
                 wholeleft = false;
             }
         if( wholeleft || wholeright ) // is whole in one split part
@@ -574,7 +574,7 @@
             {
             if( quad[ i ].y() < y )
                 wholebottom = false;
-            if( quad[ i ].y() >= y )
+            if( quad[ i ].y() > y )
                 wholetop = false;
             }
         if( wholetop || wholebottom ) // is whole in one split part
[prev in list] [next in list] [prev in thread] [next in thread] 

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