From cd4c12254494db672d982927a5556dd78907a4ae Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Thu, 5 Nov 2009 15:03:44 +0100 Subject: [PATCH 1/1] debug-- --- src/qtui/chatscene.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index af502819..e2b5f80c 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -844,7 +844,6 @@ void ChatScene::updateSceneRect(qreal width) { ChatLine *firstLine = _lines.at(_firstLineRow); ChatLine *lastLine = _lines.last(); updateSceneRect(QRectF(0, firstLine->pos().y(), width, lastLine->pos().y() + lastLine->height() - firstLine->pos().y())); - qDebug() << idString() << "top:" << sceneRect().y() << "height:" << sceneRect().height(); } else { // empty scene rect updateSceneRect(QRectF(0, 0, width, 0)); -- 2.20.1