To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47266
User af changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Apr 13 05:19:51 -0700
2005 -------
Now I know what happens. In SlideSorterController::Rearrange() there is a call
to SlideSorterView::Resize() that is guarded by comparing the current size of
the content window with the new one. Depending on the timing this comparison
may not be correct. In SlideSorterController::Resize() is a reliable comparison
of similar sizes.
The fix is to pass the result of the comparison in Resize() to Rearrange().
This is done by using a new parameter bForce that was introduced for issue
46675.
Because issue 46675 was fixed in another CWS the following files had to be
integrated:
SlideSorterController.cxx Revision 1.14.10.1
SlideSorterController.hxx Revision 1.618.1
SlsScrollBarManager.cxx Revision 1.3.18.1
SlsScrollBarManager.hxx Revision 1.3.18.2
The actual fix is in SlideSorterController.cxx Revision1.14.22.1.
---------------------------------------------------------------------
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]