To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74392
------- Additional comments from [EMAIL PROTECTED] Thu Feb 15 09:20:29 +0000 2007 ------- This patch stops the tooltip crashes, but the result is not quite correct ;) Index: aqua/source/window/salframe.cxx =================================================================== RCS file: /cvs/gsl/vcl/aqua/source/window/salframe.cxx,v retrieving revision 1.46.112.48 diff -u -r1.46.112.48 salframe.cxx --- aqua/source/window/salframe.cxx 13 Feb 2007 09:16:30 -0000 1.46.112.48 +++ aqua/source/window/salframe.cxx 15 Feb 2007 09:17:51 -0000 @@ -627,7 +627,7 @@ currentWindowRect.left, currentWindowRect.top, currentWindowRect.right - currentWindowRect.left, currentWindowRect.bottom - currentWindowRect.top); fprintf(stderr, "SetPosSize: New rect (x: %d, y: %d, w: %d, h: %d)\n", nX, nY, nWidth, nHeight); */ - SetWindowBounds(mrWindow, kWindowStructureRgn, &newWindowRect); +// SetWindowBounds(mrWindow, kWindowStructureRgn, &newWindowRect); UpdateFrameGeometry(); --------------------------------------------------------------------- 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]