Martin Vermeer wrote: > + if (row.pos() < end && c >= end > + && par.isInset(end) && par.getInset(end)->display()) { > + c = end - 1; > + } > +
This change has introduced a new bug. - Insert a Note inset - Collapse - Uncollapse Assertion triggered in char Paragraph::getChar(int) const by failing check "pos< int(text_.size())" in file paragraph.h:293 The assert does not happen if I comment out the above. Regards, Jürgen