mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
* 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:
parent
b64f836199
commit
aff5bdbc34
@ -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 << "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user