mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
de6092cb6a
commit
9bdd0b31db
@ -4393,6 +4393,7 @@ int Paragraph::find(docstring const & str, bool cs, bool mw,
|
||||
if (pos == parsize - 1)
|
||||
break;
|
||||
pos++;
|
||||
--i;
|
||||
continue;
|
||||
}
|
||||
// Ignore "invisible" letters such as ligature breaks
|
||||
|
Loading…
Reference in New Issue
Block a user