mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
small fix to selection of last view source line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19516 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8bb999b7ee
commit
d056efff9d
@ -73,6 +73,8 @@ int TexRow::getRowFromIdPos(int id, int pos) const
|
||||
} else if (foundid)
|
||||
break;
|
||||
}
|
||||
if (!foundid)
|
||||
return rowlist.size();
|
||||
return bestrow;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user