[Libreoffice-commits] core.git: vcl/source
David Tardon
dtardon at redhat.com
Tue Mar 3 01:53:51 PST 2015
vcl/source/window/winproc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f676369e485068ecb36a2f6030d4e746e769909f
Author: David Tardon <dtardon at redhat.com>
Date: Sun Mar 1 19:09:53 2015 +0100
likely intent
Change-Id: Ifef96196192d4a636475ff4d9f2b9602c4106e28
Reviewed-on: https://gerrit.libreoffice.org/14698
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index 79e3e0b..9ace80d 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -469,7 +469,7 @@ bool ImplHandleMouseEvent( vcl::Window* pWindow, MouseNotifyEvent nSVEvent, bool
if ( !pMouseDownWin->ImplGetFrameData()->mbStartDragCalled )
{
long nDragW = rMSettings.GetStartDragWidth();
- long nDragH = rMSettings.GetStartDragWidth();
+ long nDragH = rMSettings.GetStartDragHeight();
//long nMouseX = nX;
//long nMouseY = nY;
long nMouseX = aMousePos.X(); // #106074# use the possibly re-mirrored coordinates (RTL) ! nX,nY are unmodified !
More information about the Libreoffice-commits
mailing list