]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetInclude.h
index 405a4c0c2f5765b0540c22a2f3be2f6980aa2e1d..78cfa959a6ad61ae4ce574098622d6927106f325 100644 (file)
@@ -39,6 +39,7 @@ public:
        ~InsetInclude();
 
        void setBuffer(Buffer & buffer);
+       bool isLabeled() const { return true; }
 
        /// Override these InsetButton methods if Previewing
        void metrics(MetricsInfo & mi, Dimension & dim) const;