From: Pavel Sanda Date: Thu, 15 Dec 2011 16:39:35 +0000 (+0000) Subject: Experimental search for highest upper bound of inset-forall reported by user. X-Git-Tag: 2.1.0beta1~2192 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=278498f81b56b5196e88a35d66e888f0e3133c72;p=features.git 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 --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 957a0b0673..9d46e238d1 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -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;