mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Improve painting debug info.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19971 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ed011dbd1
commit
5aefefe0cf
@ -1037,8 +1037,8 @@ 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) << "{" <<
|
||||
pi.full_repaint << row_has_changed << "}\n";
|
||||
LYXERR(Debug::PAINTING) << "\n{" <<
|
||||
pi.full_repaint << row_has_changed << "}";
|
||||
else
|
||||
LYXERR(Debug::PAINTING) << "[" <<
|
||||
pi.full_repaint << row_has_changed << "]";
|
||||
|
Loading…
Reference in New Issue
Block a user