comment out debug statement.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16474 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-01-03 07:28:45 +00:00
parent 17a36a12f9
commit 04afd7af17

View File

@ -493,10 +493,12 @@ void GuiWorkArea::doGreyOut(QLPainter & pain)
void GuiWorkArea::paintEvent(QPaintEvent * ev)
{
QRect const rc = ev->rect();
/*
lyxerr[Debug::PAINTING] << "paintEvent begin: x: " << rc.x()
<< " y: " << rc.y()
<< " w: " << rc.width()
<< " h: " << rc.height() << endl;
*/
QPainter pain(viewport());
pain.drawPixmap(rc, screen_, rc);