]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.cpp
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / rowpainter.cpp
index 16c3ad7250f7c20bf89693468a68ccfd162a0e98..5c8f694b505117316ad526b4838715663641ab5f 100644 (file)
@@ -772,7 +772,7 @@ void RowPainter::paintText()
 
                Inset const * inset = par_.getInset(pos);
                bool const highly_editable_inset = inset
-                       && inset->editable() == Inset::HIGHLY_EDITABLE;
+                       && inset->editable();
 
                // If we reach the end of a change or if the author changes, paint it.
                // We also don't paint across things like tables