mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
7f23ca912c
commit
70b0df85c8
@ -423,6 +423,8 @@ docstring const InsetCollapsible::getNewLabel(docstring const & l) const
|
||||
pos_type i = 0;
|
||||
pos_type j = 0;
|
||||
for (; i < n && j < p_siz; ++j) {
|
||||
if (paragraphs().begin()->isDeleted(j))
|
||||
continue;
|
||||
if (paragraphs().begin()->isInset(j)) {
|
||||
if (!paragraphs().begin()->getInset(j)->isChar())
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user