]> git.lyx.org Git - lyx.git/commit
Fix assertion when pasting paragraph with insets in lyxrc.ct_markup_copied
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 6 Apr 2024 07:47:22 +0000 (09:47 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 7 Apr 2024 04:31:26 +0000 (06:31 +0200)
commit87b3bea823080b493e2e2f22b3ee9a45de97e34d
tree91f84f82060c334344ee7e6ddcd078b44f02c3d3
parent36f8cd0a8ee6604a4f5341fffafd2e8ec44915ac
Fix assertion when pasting paragraph with insets in lyxrc.ct_markup_copied

This has to be done after the inset buffers have been initialized.

(cherry picked from commit 9198ed5965809a1e951d1b721899d0051e619e34)
src/CutAndPaste.cpp