]> git.lyx.org Git - lyx.git/commit
fixup REFERENCE_TO_PARAGRAPH:
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 30 Jul 2024 07:24:19 +0000 (09:24 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 30 Jul 2024 07:49:34 +0000 (09:49 +0200)
commit4ed822925f03f197afa738e6e0ee07aa7b303986
treeb3520e347d1ec71d9f49dbad772a2831becb5068
parent2c4536c709ade8f487536ff25206432cc0ef9dfd
fixup REFERENCE_TO_PARAGRAPH:

* par id actually can be 0
* properly move on in the buffer list if paragraph is not found
  in the current buffer
* use dit to get label (as this might be in a different buffer)
src/BufferView.cpp