]> git.lyx.org Git - features.git/commitdiff
* boundary is false implicitely for all slices below the top slice
authorStefan Schimanski <sts@lyx.org>
Fri, 29 Feb 2008 08:27:22 +0000 (08:27 +0000)
committerStefan Schimanski <sts@lyx.org>
Fri, 29 Feb 2008 08:27:22 +0000 (08:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23347 a592a061-630c-0410-9148-cb99ea01b6c8

src/Cursor.cpp

index aa0a27ac1087e74d7c72f099b464d7fa69b7dbbb..4c833c32de99118f19ce9eb43fe8e425f73a8c67 100644 (file)
@@ -300,7 +300,7 @@ void Cursor::dispatch(FuncRequest const & cmd0)
        
        // store some values to be used inside of the handlers
        beforeDispatchCursor_ = *this;
-       for (; depth(); pop()) {
+       for (; depth(); pop(), boundary(false)) {
                LYXERR(Debug::DEBUG, "Cursor::dispatch: cmd: "
                        << cmd0 << endl << *this);
                BOOST_ASSERT(pos() <= lastpos());