vcl/source/window/winproc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f676369e485068ecb36a2f6030d4e746e769909f
Author: David Tardon <dtar...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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 !
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to