]> git.lyx.org Git - lyx.git/blobdiff - src/MetricsInfo.h
Fixup ad954a32: make space insets easier to see.
[lyx.git] / src / MetricsInfo.h
index 14c39903c0111e33ebc8245a89afc5dcf2712949..1508eb345f9e751086704101de6c7912b8a43214 100644 (file)
@@ -95,12 +95,14 @@ public:
        MetricsInfo();
        ///
        MetricsInfo(BufferView * bv, FontInfo font, int textwidth,
-                   MacroContext const & mc);
+                   MacroContext const & mc, bool vm);
 
        ///
        MetricsBase base;
        /// The context to resolve macros
        MacroContext const & macrocontext;
+       /// Are we at the start of a paragraph (vertical mode)?
+       bool vmode;
 };