]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetenv.C
changelogs
[lyx.git] / src / insets / insetenv.C
index 6898757a0cea14740ac427ad5bdcac7370272c9c..478d2a9f359ba1940387330a5e2638404f7342f0 100644 (file)
@@ -32,7 +32,7 @@ InsetEnvironment::InsetEnvironment
 {
        setInsetName(name);
        setAutoBreakRows(true);
-       setDrawFrame(ALWAYS);
+       setDrawFrame(true);
 }
 
 
@@ -41,7 +41,7 @@ InsetEnvironment::InsetEnvironment(InsetEnvironment const & in)
 {}
 
 
-auto_ptr<InsetBase> InsetEnvironment::clone() const
+auto_ptr<InsetBase> InsetEnvironment::doClone() const
 {
        return auto_ptr<InsetBase>(new InsetEnvironment(*this));
 }