Comment 13 for bug 816739

Revision history for this message
iu1j4 (y0g1) wrote :

I have checked the suggestion:
--- a/common/drawpanel.cpp 2011-05-25 12:44:32.000000000 +0200
+++ b/common/drawpanel.cpp 2011-07-27 11:27:19.028600159 +0200
@@ -275,7 +275,6 @@
                     screenPos.x, screenPos.y, x, y );
     }

- WarpPointer( screenPos.x, screenPos.y );
 }

to delete WarpPointer() from drawpanel.cpp and it helped.
Why do You nedd to use WarpPointer() ?