1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-14 12:25:11 +00:00

Does this fix the "random cursor jumping"?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4916 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-08-09 08:24:34 +00:00
parent 73cd1891e8
commit 6c069a3ada

@ -282,9 +282,6 @@ vector<string> const InsetFormulaBase::getLabelList() const
void InsetFormulaBase::updateLocal(BufferView * bv, bool dirty)
{
metrics(bv);
if (mathcursor)
bv->fitCursor();
bv->updateInset(this, dirty);
}