mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33697 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cd5d57e504
commit
5d60104a69
@ -1887,8 +1887,7 @@ void InsetMathNest::completionPosAndDim(Cursor const & cur, int & x, int & y,
|
|||||||
dim.asc += 3;
|
dim.asc += 3;
|
||||||
|
|
||||||
// and position
|
// and position
|
||||||
Point xy
|
Point xy = cur.bv().coordCache().insets().xy(inset);
|
||||||
= cur.bv().coordCache().insets().xy(inset);
|
|
||||||
x = xy.x_;
|
x = xy.x_;
|
||||||
y = xy.y_;
|
y = xy.y_;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user