https://bugs.kde.org/show_bug.cgi?id=496444
--- Comment #17 from [email protected] --- The change you made in the commit is not consistent with the previous version. It should be: if(d->mDiff3LineVector == nullptr || d->m_bWordWrap) instead of: if(d->mDiff3LineVector == nullptr || !d->m_bWordWrap) You must remove the "!". -- You are receiving this mail because: You are watching all bug changes.
