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

List:       kde-commits
Subject:    kdebase/kwin
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-04-29 15:14:10
Message-ID: 20050429151410.D43FC629 () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Make only left mouse on window borders move/resize windows.
BUG: 83378


  M +2 -1      events.cpp   1.85


--- kdebase/kwin/events.cpp  #1.84:1.85
@@ -1236,5 +1236,6 @@ void Client::processDecorationButtonPres
     else if ( button == Button3 )
         com = active ? options->commandActiveTitlebar3() : options->commandInactiveTitlebar3();
-    if( com != Options::MouseOperationsMenu // actions where it's not possible to get the matching
+    if( button == Button1
+        && com != Options::MouseOperationsMenu // actions where it's not possible to get the matching
         && com != Options::MouseMinimize )  // mouse release event
         {


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

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