mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Internal buffers are valid
This commit is contained in:
parent
2975a869d4
commit
96dea61f22
@ -224,7 +224,7 @@ bool Inset::isBufferLoaded() const
|
||||
bool Inset::isBufferValid() const
|
||||
{
|
||||
return buffer_
|
||||
&& (isBufferLoaded() || buffer_->isClone());
|
||||
&& (isBufferLoaded() || buffer_->isInternal() || buffer_->isClone());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user