mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
* buffer_funcs.cpp (updateLabels): fix crash: par_iterator_begin already
puts cursor at the right place. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19519 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5dc658e982
commit
63895cc32e
@ -597,7 +597,6 @@ void updateLabels(Buffer const & buf, bool childonly)
|
||||
|
||||
// do the real work
|
||||
ParIterator parit = par_iterator_begin(buf.inset());
|
||||
parit.forwardPos();
|
||||
updateLabels(buf, parit);
|
||||
|
||||
Buffer & cbuf = const_cast<Buffer &>(buf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user