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

List:       kde-commits
Subject:    branches/koffice/1.5/koffice/lib/kofficeui
From:       Thorsten Zachmann <t.zachmann () zagge ! de>
Date:       2006-05-09 11:46:59
Message-ID: 1147175219.447179.19715.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 538948 by zachmann:

o Fix condition as it was true all the time


 M  +1 -1      KoGuides.cpp  


--- branches/koffice/1.5/koffice/lib/kofficeui/KoGuides.cpp #538947:538948
@@ -167,7 +167,7 @@
     }
     else 
     {   
-        if ( !( e->state() && Qt::ControlButton ) )
+        if ( !( e->state() & Qt::ControlButton ) )
         {
             changed = unselectAll();
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

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