diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterSlideSorter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx index 441688fb8a6c..ef33a4dde634 100644 --- a/sdext/source/presenter/PresenterSlideSorter.cxx +++ b/sdext/source/presenter/PresenterSlideSorter.cxx @@ -1819,7 +1819,7 @@ void PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame ( rxCanvas, xClip, rSlideBoundingBox.X + rSlideBoundingBox.Width, - rSlideBoundingBox.Y - mpTopLeft->mnHeight); + rSlideBoundingBox.Y - mpTopRight->mnHeight); } if (mpBottomLeft) { |