]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
reenable hide signal
[lyx.git] / src / insets / insetcommand.h
index 524cfa9fb2435d13e20addf2c4ede772a8ad9888..81f58781c57d70720cd4724aba66387786f9e99d 100644 (file)
@@ -78,7 +78,7 @@ public:
        explicit
        InsetCommand(InsetCommandParams const &);
        ///
-       virtual ~InsetCommand() { /*hide();*/ };
+       virtual ~InsetCommand() { hide(); };
        ///
        void Write(Buffer const *, std::ostream &) const;
 
@@ -129,7 +129,7 @@ public:
        ///
        void setParams(InsetCommandParams const &);
        ///
-       //Signal0<void> hide;
+       Signal0<void> hide;
 private:
        ///
        InsetCommandParams p_;