mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* boundary is false implicitely for all slices below the top slice
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23347 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
72b0b23590
commit
d1c74a4cd2
@ -300,7 +300,7 @@ void Cursor::dispatch(FuncRequest const & cmd0)
|
|||||||
|
|
||||||
// store some values to be used inside of the handlers
|
// store some values to be used inside of the handlers
|
||||||
beforeDispatchCursor_ = *this;
|
beforeDispatchCursor_ = *this;
|
||||||
for (; depth(); pop()) {
|
for (; depth(); pop(), boundary(false)) {
|
||||||
LYXERR(Debug::DEBUG, "Cursor::dispatch: cmd: "
|
LYXERR(Debug::DEBUG, "Cursor::dispatch: cmd: "
|
||||||
<< cmd0 << endl << *this);
|
<< cmd0 << endl << *this);
|
||||||
BOOST_ASSERT(pos() <= lastpos());
|
BOOST_ASSERT(pos() <= lastpos());
|
||||||
|
Loading…
Reference in New Issue
Block a user