From f75e4d3c4b8b8985e386b1b190d74844b2967801 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 21 Sep 2007 20:57:00 +0000 Subject: [PATCH] Revert unintentionally committed change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20421 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text3.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Text3.cpp b/src/Text3.cpp index 75ff5a018d..3da55c9caa 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -385,8 +385,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) && cur.boundary() == oldBoundary) { cur.undispatched(); cmd = FuncRequest(LFUN_FINISHED_RIGHT); - } else - cur.setCurrentFont(); + } break; case LFUN_CHAR_BACKWARD: @@ -402,8 +401,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) && cur.boundary() == oldBoundary) { cur.undispatched(); cmd = FuncRequest(LFUN_FINISHED_LEFT); - } else - cur.setCurrentFont(); + } break; case LFUN_UP_SELECT: -- 2.39.2