branch | RCL_3 |
changeset 11 | 81aabfdef1e5 |
parent 0 | d46562c3d99d |
--- a/svgtopt/SVGTPlugin/src/SvgtPluginControl.cpp Fri Mar 12 15:47:00 2010 +0200 +++ b/svgtopt/SVGTPlugin/src/SvgtPluginControl.cpp Mon Mar 15 12:43:30 2010 +0200 @@ -527,6 +527,7 @@ iXPosAtMouseDown = iPointerX; iYPosAtMouseDown = iPointerY; iPlugin->iSvgModule->MouseMove( iPointerX, iPointerY ); + User::After(10); DrawNow(); } }