]> git.lyx.org Git - features.git/blobdiff - src/rowpainter.C
* InsetText::Wide() -> wide()
[features.git] / src / rowpainter.C
index 6d3707c398d30b1eed3f72e81a9c2e2b6b13cc47..e35755041168e3a2cb2ed2dc950dc516e121e427 100644 (file)
@@ -180,7 +180,7 @@ void RowPainter::paintInset(pos_type const pos, LyXFont const & font)
        InsetText const * const in = inset->asTextInset();
        // non-wide insets are painted completely. Recursive
        bool tmp = refreshInside;
-       if (!in || !in->Wide()) {
+       if (!in || !in->wide()) {
                refreshInside = true;
                lyxerr[Debug::PAINTING] << endl << "Paint inset fully" << endl;
        }