[Libreoffice-commits] core.git: sw/source
Jim Raykowski
raykowj at gmail.com
Sun Feb 25 22:26:55 UTC 2018
sw/source/core/frmedt/feshview.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d4497411ea6db421a90cc950efe6e1bec4aebc0a
Author: Jim Raykowski <raykowj at gmail.com>
Date: Fri Feb 23 23:36:00 2018 -0900
tdf#115329 make navigate by drawing to previous drawing work
Change-Id: I7d93dc3accd7cc092f068524cb567de74a479343
Reviewed-on: https://gerrit.libreoffice.org/50273
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index 3e88e65bb0db..abdecbf05016 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -1567,7 +1567,7 @@ const SdrObject* SwFEShell::GetBestObject( bool bNext, GotoObjFlags eType, bool
aCurPos = pFly->getFrameArea().Pos();
}
else
- aCurPos = pObj->GetCurrentBoundRect().TopLeft();
+ aCurPos = pObj->GetSnapRect().TopLeft();
// Special case if another object is on same Y.
if( aCurPos != aPos && // only when it is not me
More information about the Libreoffice-commits
mailing list