mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Forgot to pass third parameter
This commit is contained in:
parent
cd3116bbf9
commit
52c5084d63
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user