commit 9f5491baf98db4f4355cc06d106f2ef41d385424
Author: Richard Kimberly Heck <[email protected]>
Date:   Mon Jun 1 12:23:14 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 2043436..77a1449 100644
--- a/src/insets/Inset.cpp
+++ b/src/insets/Inset.cpp
@@ -225,7 +225,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

Reply via email to