mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Do not force Flex insets to be collapsed at insertion (#8442)
This commit is contained in:
parent
0425500be5
commit
906a473e57
@ -33,9 +33,7 @@ namespace lyx {
|
||||
|
||||
InsetFlex::InsetFlex(Buffer * buf, string const & layoutName)
|
||||
: InsetCollapsable(buf), name_(layoutName)
|
||||
{
|
||||
status_= Collapsed;
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
InsetFlex::InsetFlex(InsetFlex const & in)
|
||||
|
Loading…
Reference in New Issue
Block a user