commit 96dea61f22c04529e726cab36acf0240d41fa778
Author: Richard Kimberly Heck <[email protected]>
Date: Mon Jun 1 12:25:07 2020 -0400
Internal buffers are valid
---
src/insets/Inset.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp
index 3ab5f33..0935b06 100644
--- a/src/insets/Inset.cpp
+++ b/src/insets/Inset.cpp
@@ -224,7 +224,7 @@ bool Inset::isBufferLoaded() const
bool Inset::isBufferValid() const
{
return buffer_
- && (isBufferLoaded() || buffer_->isClone());
+ && (isBufferLoaded() || buffer_->isInternal() ||
buffer_->isClone());
}
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs