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

List:       kde-commits
Subject:    koffice/krita/ui/tool
From:       Dmitry Kazakov <dimula73 () gmail ! com>
Date:       2010-11-14 12:16:17
Message-ID: 20101114121617.947EAAC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1196930 by dkazakov:

KisToolFreehand should accept all the events in painting mode

BUG:256415


 M  +2 -2      kis_tool_freehand.cc  


--- trunk/koffice/krita/ui/tool/kis_tool_freehand.cc #1196929:1196930
@@ -266,7 +266,7 @@
         return;
     }
 
-    event->ignore();
+    event->accept();
 }
 
 void KisToolFreehand::keyReleaseEvent(QKeyEvent* event)
@@ -276,7 +276,7 @@
         return;
     }
 
-    event->ignore();
+    event->accept();
 }
 
 void KisToolFreehand::gesture(const QPointF &offsetInDocPixels, const QPointF &initialDocPoint)
[prev in list] [next in list] [prev in thread] [next in thread] 

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