]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Choose a delimiter for lstinline (braces can not be used for some listings version)
[lyx.git] / src / insets / Inset.cpp
index 9b79ddf362bcbcf7035174806a432370d7153182..5e49975b60a48c44682414dc63008dd3c04ccc1d 100644 (file)
@@ -273,7 +273,7 @@ void Inset::cursorPos(BufferView const & /*bv*/, CursorSlice const &,
 void Inset::metricsMarkers(Dimension & dim, int framesize) const
 {
        dim.wid += 2 * framesize;
-       dim.asc += framesize;
+       dim.des += framesize;
 }