diff options
author | David Tardon <dtardon@redhat.com> | 2015-03-01 19:09:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-03 09:53:20 +0000 |
commit | f676369e485068ecb36a2f6030d4e746e769909f (patch) | |
tree | bad883e602e37f4e2f7970da86f1e434feb02297 | |
parent | 1b50aa9555f8be819759ab5600eb9830bbe7ca3c (diff) |
likely intent
Change-Id: Ifef96196192d4a636475ff4d9f2b9602c4106e28
Reviewed-on: https://gerrit.libreoffice.org/14698
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/source/window/winproc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index 79e3e0bf911b..9ace80d321ef 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 ! |