commit 52c5084d63fa1b0eb003d4599ed71c0edd18d6e4
Author: Juergen Spitzmueller <[email protected]>
Date: Sat May 28 20:40:16 2022 +0200
Forgot to pass third parameter
---
src/insets/InsetFloat.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp
index 5404a73..0c9f3d4 100644
--- a/src/insets/InsetFloat.cpp
+++ b/src/insets/InsetFloat.cpp
@@ -881,7 +881,7 @@ bool InsetFloat::insetAllowed(InsetCode code) const
void InsetFloat::updateBuffer(ParIterator const & it, UpdateType utype, bool
const deleted)
{
- InsetCaptionable::updateBuffer(it, utype);
+ InsetCaptionable::updateBuffer(it, utype, deleted);
bool const subflt = (it.innerInsetOfType(FLOAT_CODE)
|| it.innerInsetOfType(WRAP_CODE));
setSubfloat(subflt);
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs