sd/source/ui/func/fudraw.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4ce891c59a9ab47cfde5fedb89b7d4b19002fae8 Author: Trent MacAlpine <tmac...@gmail.com> Date: Tue Jan 13 21:48:47 2015 -0500 fdo#88339 Fixed Draw/Impress constrained image movement fixed on master by c6a1a8e6f8d97d24b4063909ef22824875326e28 Change-Id: Ib45cb3167acfd4f409b05a0e1b8d37af36fd6725 Reviewed-on: https://gerrit.libreoffice.org/13900 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/13978 Tested-by: Norbert Thiebaud <nthieb...@gmail.com> Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com> diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index e5e327a..32c54a3 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -254,8 +254,8 @@ bool FuDraw::MouseMove(const MouseEvent& rMEvt) if (mpView->IsAction()) { - // #i33136# - if(bIsImageSelected || (bRestricted && doConstructOrthogonal())) + // #i33136# and fdo#88339 + if(bRestricted && (bIsImageSelected || doConstructOrthogonal())) { // Scale proportionally by default: // rectangle->quadrat, ellipse->circle, Images etc.
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits