https://issues.apache.org/ooo/show_bug.cgi?id=122221

--- Comment #5 from hanya <[email protected]> ---
Created attachment 82310
  --> https://issues.apache.org/ooo/attachment.cgi?id=82310&action=edit
Experimental patch to avoid calling PageSelector::SelectPage method in
Listener::propertyChange method

The comment before calling PageSelector::SelectPage method says, the calling 
is required to make the selection visible. It seems this means the 
following part of PageSelector::SelectPage method: 
> mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(rpDescriptor,true);
> mrSlideSorter.GetView().RequestRepaint(rpDescriptor);

Even the above is not triggered, in
CurrentSlideManager::NotifyCurrentSlideChange method, 
the SelectPage method is called for current slide (already updated) if
mnCurrentSlideIndex is not yet updated.
CurrentSlideManager::mpCurrentSlide and mnCurrentSlideIndex variables are
updated 
in AcquireCurrentSlide method. Threfore SelectPage method for the current slide 
after deselecting all pages and the slide is shown inside the slidesorter.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to