[Libreoffice-commits] core.git: svx/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 8 13:20:59 UTC 2020


 svx/source/dialog/weldeditview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfca29c52da8cd5e633a6687d3d65097643f940d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Oct 8 12:06:03 2020 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at 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);
         }


More information about the Libreoffice-commits mailing list