svx/source/dialog/weldeditview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dfca29c52da8cd5e633a6687d3d65097643f940d Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Oct 8 12:06:03 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Oct 8 15:20:18 2020 +0200 don't scroll to the cursor during paint Change-Id: Id0d0f100015eceffb213f36454d05f6a764156da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104084 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/dialog/weldeditview.cxx b/svx/source/dialog/weldeditview.cxx index 18fc071702b5..42b92f176975 100644 --- a/svx/source/dialog/weldeditview.cxx +++ b/svx/source/dialog/weldeditview.cxx @@ -107,7 +107,7 @@ void WeldEditView::Paint(vcl::RenderContext& rRenderContext, const tools::Rectan if (HasFocus()) { - m_xEditView->ShowCursor(); + m_xEditView->ShowCursor(false); vcl::Cursor* pCursor = m_xEditView->GetCursor(); pCursor->DrawToDevice(rRenderContext); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits