]> git.lyx.org Git - lyx.git/blobdiff - src/Row.cpp
Amend b280fed1: 3rdparty/dtl: Use preprocessor value on Windows
[lyx.git] / src / Row.cpp
index 117b2ac9faea9945452fb4bf44187026d48e99a3..1e9e3eca2bc7fc74a0af3fcf5bc740d00441352b 100644 (file)
@@ -392,6 +392,7 @@ void Row::add(pos_type const pos, Inset const * ins, Dimension const & dim,
        e.dim = dim;
        elements_.push_back(e);
        dim_.wid += dim.wid;
+       changebar_ |= ins->isChanged();
 }