mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
237c132c1e
commit
f75e4d3c4b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user