To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=70671
------- Additional comments from [EMAIL PROTECTED] Mon Nov 5 06:11:42 +0000 2007 ------- First we can take a look at the below snippet of method's calls within call stack. ...SdPageFormatUndoAction::Undo()->SdPage::SetSize(...)->SdrPage::SetSize(...)- >SdrPage::SetChanged()->SdrPage::ActionChanged()... And SlideSorterView::ModelHasChanged(void) will be invoked after SdrPage::ActionChanged(). In this method the controller did not make the model adapt its size so that the slidesorterview could not update its page borders accordingly and correctly. So we should start with this to solve the problem. The proper approach is to lock the controller first and then force it to handle the model's change. --------------------------------------------------------------------- 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]
