mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26148 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cf33f88943
commit
6f7136fc7b
@ -468,7 +468,7 @@ bool Cursor::posVisRight(bool skip_inset)
|
|||||||
new_cur.pos() = right_pos;
|
new_cur.pos() = right_pos;
|
||||||
new_cur.boundary(false);
|
new_cur.boundary(false);
|
||||||
if (!skip_inset &&
|
if (!skip_inset &&
|
||||||
text()->checkAndActivateInsetVisual(new_cur, right_pos>=pos(), false)) {
|
text()->checkAndActivateInsetVisual(new_cur, right_pos >= pos(), false)) {
|
||||||
// we actually move the cursor at the end of this function, for now
|
// we actually move the cursor at the end of this function, for now
|
||||||
// we just keep track of the new position in new_cur...
|
// we just keep track of the new position in new_cur...
|
||||||
LYXERR(Debug::RTL, "entering inset at: " << new_cur.pos());
|
LYXERR(Debug::RTL, "entering inset at: " << new_cur.pos());
|
||||||
|
Loading…
Reference in New Issue
Block a user