mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
parent
28da0f4360
commit
b2c2a6e15d
@ -1812,6 +1812,9 @@ bool Text::dissolveInset(Cursor & cur)
|
|||||||
// but we'll try the cheaper solution here.
|
// but we'll try the cheaper solution here.
|
||||||
cur.buffer()->clearReferenceCache();
|
cur.buffer()->clearReferenceCache();
|
||||||
|
|
||||||
|
// Do not revive deleted text
|
||||||
|
lyx::acceptChanges(plist, b.params());
|
||||||
|
|
||||||
// ERT paragraphs have the Language latex_language.
|
// ERT paragraphs have the Language latex_language.
|
||||||
// This is invalid outside of ERT, so we need to
|
// This is invalid outside of ERT, so we need to
|
||||||
// change it to the buffer language.
|
// change it to the buffer language.
|
||||||
|
Loading…
Reference in New Issue
Block a user