Revert unintentionally committed change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20421 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-21 20:57:00 +00:00
parent 237c132c1e
commit f75e4d3c4b

View File

@ -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: