]> git.lyx.org Git - features.git/commitdiff
This inset does not have to be wide. This property does not fit well inside captions...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 5 Feb 2007 16:38:51 +0000 (16:38 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 5 Feb 2007 16:38:51 +0000 (16:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17055 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetoptarg.h

index 6e4546c3a278d7a07f8d217b14a80617b0b24422..79c04a87d48558e131660819da208c2c32cdea51 100644 (file)
@@ -31,6 +31,8 @@ public:
        InsetBase::Code lyxCode() const { return InsetBase::OPTARG_CODE; }
        /// return an message upon editing
        virtual docstring const editMessage() const;
+       ///
+       virtual bool wide() const { return false; }
 
        /// Standard LaTeX output -- short-circuited
        int latex(Buffer const &, odocstream &,