To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43773
User cl changed the following:
What |Old value |New value
================================================================================
Assigned to|cl |thb
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 2 07:33:20 -0800
2005 -------
CL->THB: Even with optimized update calling I get a bad performance.
I suspected that your actual drawing the polygon takes to much time so I hacked
PaintOverlayHandler::handleMouseDragged() and called (*aIter)->updateScreen();
only each 10th time. That gave much much better results.
So I guess you have to fix this by doing the updateScreen calls async and
batching them in some way.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]