The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 906a473e578aae1a681aaf48054ea33c9e27bed8
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Dec 8 09:35:52 2012 +0100

    Do not force Flex insets to be collapsed at insertion (#8442)

diff --git a/src/insets/InsetFlex.cpp b/src/insets/InsetFlex.cpp
index 7b2639f..5609934 100644
--- a/src/insets/InsetFlex.cpp
+++ b/src/insets/InsetFlex.cpp
@@ -33,9 +33,7 @@ namespace lyx {
 
 InsetFlex::InsetFlex(Buffer * buf, string const & layoutName)
        : InsetCollapsable(buf), name_(layoutName)
-{
-       status_= Collapsed;
-}
+{}
 
 
 InsetFlex::InsetFlex(InsetFlex const & in)

-----------------------------------------------------------------------

Summary of changes:
 src/insets/InsetFlex.cpp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to