[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - vcl/source
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 7 09:44:26 UTC 2021
vcl/source/window/winproc.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 428f5755442c9e36f2e0cc53c5780dcad8749910
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Sep 15 14:56:19 2021 -0400
Commit: Szymon Kłos <szymon.klos at collabora.com>
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 <szymon.klos at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
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;
}
}
More information about the Libreoffice-commits
mailing list