vcl/source/window/winproc.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 428f5755442c9e36f2e0cc53c5780dcad8749910
Author: Henry Castro <[email protected]>
AuthorDate: Wed Sep 15 14:56:19 2021 -0400
Commit: Szymon Kłos <[email protected]>
CommitDate: Thu Oct 7 11:43:53 2021 +0200
lok: fix the "mbStartDragCalled" status
The drag starts it is only called when mouse down +
mouse move.
Change-Id: Ifadfd904c2be28bd123c17a47a82f49dd6d5a04a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118867
Reviewed-by: Szymon Kłos <[email protected]>
Tested-by: Szymon Kłos <[email protected]>
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index 36f040ce3a72..625c09c818c5 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -876,7 +876,6 @@ bool ImplLOKHandleMouseEvent(const VclPtr<vcl::Window>&
xWindow, MouseNotifyEven
}
}
}
- else pFrameData->mbStartDragCalled = true;
}
}