]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.cpp
Some comments.
[lyx.git] / src / TextMetrics.cpp
index c1965cb5ee4d41ff3ffd7f37ddbbd2475be56a53..7abe5f6965da9aeb8fc893926162d3a722bc0515 100644 (file)
@@ -1905,7 +1905,7 @@ int TextMetrics::leftMargin(int max_width,
            && !(!par.empty()
                    && par.isInset(pos)
                    && par.getInset(pos)->display())
-                       && ((tclass.isDefaultLayout(par.layout())
+                       && (!(tclass.isDefaultLayout(par.layout())
                 || tclass.isEmptyLayout(par.layout()))
                || buffer.params().paragraph_separation == BufferParams::ParagraphIndentSeparation)
            )