]> git.lyx.org Git - features.git/commitdiff
Experimental search for highest upper bound of inset-forall reported by user.
authorPavel Sanda <sanda@lyx.org>
Thu, 15 Dec 2011 16:39:35 +0000 (16:39 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 15 Dec 2011 16:39:35 +0000 (16:39 +0000)
Fixes #7945.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40501 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index 957a0b067307d63b13c0a65fef4e317c9488fb6e..9d46e238d19a962f7df5e31144b0997802473ce5 100644 (file)
@@ -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;