]> git.lyx.org Git - features.git/commit
Fix bug #11850.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 25 Apr 2020 05:05:15 +0000 (01:05 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:57 +0000 (15:48 +0200)
commit3bec8e39c778220d37baa9b10396dc3b7944a504
tree549971d15306f89ea6fbf588f461dbd7bcd7745a
parent9fdf57f8d2fad6b88bbb866642b83f00b48805e3
Fix bug #11850.

When we copy the paragraphs, the Buffer members for the insets are
not set. As a result, we crash when attempting to access them.
src/Text.cpp