]> git.lyx.org Git - features.git/commit
Fix application of PARAGRAPH_PARAMS* in selection.
authorPavel Sanda <sanda@lyx.org>
Sat, 22 Jul 2023 15:46:23 +0000 (17:46 +0200)
committerPavel Sanda <sanda@lyx.org>
Sat, 22 Jul 2023 16:17:46 +0000 (18:17 +0200)
commitfe953000edec324b473e0165ed65f15b069909c1
tree255b2d32c41d486dcef1df3ec025c43048c4cb70
parentcfe094a380135f0e95ee859444f9c0b8e081c2e7
Fix application of PARAGRAPH_PARAMS* in selection.

- Setting in the last paragraph of selection was not applied
  at certain conditions (i.e. relative cursor position in first
  paragraph > rel.c.pos. in last paragraph).

Getting back + fixing typo from e2b42b17265f.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg220019.html
src/Text.cpp