* TextMetrics::drawParagraph(): add 'inside' information to '-dbg painting'.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20561 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-28 07:44:02 +00:00
parent b64f836199
commit aff5bdbc34

View File

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