[LyX/master] Amend 579473ebf664

Juergen Spitzmueller spitz at lyx.org
Thu Feb 19 09:26:40 UTC 2026


commit 3e3a65e7c9321ac0be914c0cd75a738ae0a34d30
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Thu Feb 19 10:26:07 2026 +0100

    Amend 579473ebf664
    
    This one's not needed (thanks, JMarc)
---
 src/Text.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Text.cpp b/src/Text.cpp
index 1f8d9982a9..9c49b79310 100644
--- a/src/Text.cpp
+++ b/src/Text.cpp
@@ -5730,7 +5730,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
 		doInsertInset(cur, this, cmd, false, false);
 		cur.posForward();
 		cur.forceBufferUpdate();
-		cur.screenUpdateFlags(Update::Force);
 		break;
 	}
 


More information about the lyx-cvs mailing list