mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Please Abdel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37802 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2761cd67bb
commit
25e98edd00
@ -176,8 +176,8 @@ bool GuiErrorList::goTo(int item)
|
||||
while (dit.inset().lyxCode() == INFO_CODE)
|
||||
dit.forwardPos();
|
||||
|
||||
// If this paragraph has zero size, highlight the previous one
|
||||
while (dit.paragraph().size() == 0)
|
||||
// If this paragraph is empty, highlight the previous one
|
||||
while (dit.paragraph().empty())
|
||||
dit.backwardPos();
|
||||
|
||||
// Now make the selection.
|
||||
|
Loading…
Reference in New Issue
Block a user