summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/crsr/crsrsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 9016534fb01a..0a1cdf8966f9 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -325,7 +325,7 @@ void SwCrsrShell::SttCrsrMove()
void SwCrsrShell::EndCrsrMove( const bool bIdleEnd )
{
OSL_ENSURE( m_nCrsrMove, "EndCrsrMove() without SttCrsrMove()." );
- EndAction( bIdleEnd );
+ EndAction( bIdleEnd, true );
if( !--m_nCrsrMove )
m_bInCMvVisportChgd = false;
}