INTEGRATION: CWS impress22 (1.4.48); FILE MERGED
2004/12/06 14:13:25 af 1.4.48.1: #i38357# PreModelChange() resets the slide under the mouse of the mouse-over-overlay.
This commit is contained in:
parent
0aac672246
commit
d3151f5ed1
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: SlideSorterView.cxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: pjunck $ $Date: 2004-10-28 13:31:14 $
|
||||
* last change: $Author: kz $ $Date: 2004-12-09 16:12:01 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -245,6 +245,10 @@ void SlideSorterView::PreModelChange (void)
|
|||
mrModel.GetAllPagesEnumeration());
|
||||
while (aPageEnumeration.HasMoreElements())
|
||||
aPageEnumeration.GetNextElement().ReleasePageObject();
|
||||
|
||||
// Reset the slide under the mouse. It will be set to the correct slide
|
||||
// on the next mouse motion.
|
||||
GetOverlay().GetMouseOverIndicatorOverlay().SetSlideUnderMouse(NULL);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue