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

List:       kde-commits
Subject:    koffice/libs/flake
From:       Thomas Zander <zander () kde ! org>
Date:       2007-09-20 18:26:38
Message-ID: 1190312798.689494.18305.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 714844 by zander:

Ignore the events we don't use.


 M  +2 -0      KoPathTool.cpp  


--- trunk/koffice/libs/flake/KoPathTool.cpp #714843:714844
@@ -337,9 +337,11 @@
 
 void KoPathTool::mousePressEvent( KoPointerEvent *event ) {
     // we are moving if we hit a point and use the left mouse button
+    event->ignore();
     if ( m_activeHandle )
     {
         m_activeHandle->mousePressEvent( event );
+        event->accept();
     }
     else
     {
[prev in list] [next in list] [prev in thread] [next in thread] 

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