sw/source/uibase/docvw/edtwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7075178198ddb4c5a1568160fb01cb67ecf16d5e
Author:     Oliver Specht <oliver.spe...@cib.de>
AuthorDate: Mon May 19 13:06:57 2025 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Tue May 20 00:45:52 2025 +0200

    Scroll selection in combination with pictures fixed
    
    Follow-up to 7fc7dc679d61f7d5313733005c244c87d25f32fd
    In documents containing pictures the selection does now grow
    continuously instead of flickering before/after pictures.
    
    Change-Id: I2e2c521cc74a65b98027856f1ac2ebfdf78cba2f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185522
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index cba9dc154aa5..0bcba0a15b30 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -698,7 +698,7 @@ IMPL_LINK_NOARG(SwEditWin, TimerHandler, Timer *, void)
             rSh.SelectTableRowCol( *m_xRowColumnSelectionStart, &aPos, 
m_bIsRowDrag );
         }
         else
-            rSh.CallSetCursor( &aModPt, false, m_eScrollSizeMode );
+            rSh.CallSetCursor( &aModPt, true, m_eScrollSizeMode );
 
         // It can be that a "jump" over a table cannot be accomplished like
         // that. So we jump over the table by Up/Down here.

Reply via email to