mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
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:
parent
bebf2f3c88
commit
97c371abd9
@ -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
|
||||
|
@ -123,6 +123,7 @@ DispatchResult LCursor::dispatch(FuncRequest const & cmd0)
|
||||
// << " val: " << disp_.val() << endl;
|
||||
break;
|
||||
}
|
||||
pop();
|
||||
}
|
||||
bv().text()->dispatch(*this, cmd);
|
||||
if (nopop_)
|
||||
|
Loading…
Reference in New Issue
Block a user