]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetBox.h
index 55d189294f452adb4d92c935c2e9adf3e78758e0..b0692484f5cb00eca7f28e36fc08ab574ed3a80d 100644 (file)
@@ -31,8 +31,10 @@ public:
 
        ///
        std::string type;
-       /// Use a parbox (true) or minipage (false)
+       /// Is there a parbox?
        bool use_parbox;
+       /// Is there a makebox?
+       bool use_makebox;
        /// Do we have an inner parbox or minipage to format paragraphs to
        /// columnwidth?
        bool inner_box;