]> git.lyx.org Git - lyx.git/commitdiff
* TextMetrics::drawParagraph(): add 'inside' information to '-dbg painting'.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 28 Sep 2007 07:44:02 +0000 (07:44 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 28 Sep 2007 07:44:02 +0000 (07:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20561 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextMetrics.cpp

index f751720f98e8db3198807995981ad5a6d6f0c8da..6591de87606ad02cf320b5f06f91c0a1224c85c1 100644 (file)
@@ -1954,10 +1954,10 @@ void TextMetrics::drawParagraph(PainterInfo & pi, pit_type pit, int x, int y) co
                // 12 lines lower):
                if (lyxerr.debugging(Debug::PAINTING)) {
                        if (text_->isMainText(bv_->buffer()))
-                               LYXERR(Debug::PAINTING) << "\n{" <<
+                               LYXERR(Debug::PAINTING) << "\n{" << inside <<
                                pi.full_repaint << row_has_changed << "}";
                        else
-                               LYXERR(Debug::PAINTING) << "[" <<
+                               LYXERR(Debug::PAINTING) << "[" << inside <<
                                pi.full_repaint << row_has_changed << "]";
                }