mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Experimental search for highest upper bound of inset-forall reported by user.
Fixes #7945. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40501 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e6051e1559
commit
278498f81b
@ -1790,7 +1790,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
FuncRequest const fr = lyxaction.lookupFunc(commandstr);
|
||||
|
||||
// an arbitrary number to limit number of iterations
|
||||
const int max_iter = 10000;
|
||||
const int max_iter = 100000;
|
||||
int iterations = 0;
|
||||
Cursor & cur = d->cursor_;
|
||||
Cursor const savecur = cur;
|
||||
|
Loading…
Reference in New Issue
Block a user