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

New commits:
commit b8b4617a00854396411df5019dacfa4b3e475764
Author:     Oliver Specht <oliver.spe...@cib.de>
AuthorDate: Mon May 19 13:06:57 2025 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Mon May 19 23:54:42 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/+/185523
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>
    Tested-by: allotropia jenkins <jenk...@allotropia.de>

diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index c6f6347e3165..b84b69f52db9 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -696,7 +696,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