avoid endless loop in LCursor::dispatch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8476 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2004-03-04 07:49:40 +00:00
parent bebf2f3c88
commit 97c371abd9
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-03-04 Alfredo Braunstein <abraunst@lyx.org>
* cursor.C (dispatch): avoid infinite loops
2004-03-01 Alfredo Braunstein <abraunst@lyx.org>
* rowpainter.C (paintSelection): fix x coordinates

View File

@ -123,6 +123,7 @@ DispatchResult LCursor::dispatch(FuncRequest const & cmd0)
// << " val: " << disp_.val() << endl;
break;
}
pop();
}
bv().text()->dispatch(*this, cmd);
if (nopop_)