updated appbase version
This commit is contained in:
+1
-1
Submodule lib/appbase updated: 3a01e9d276...720ce7349d
@@ -250,7 +250,7 @@ void MessageLayout::updateBuffer(QPixmap *buffer, int /*messageIndex*/,
|
|||||||
// draw message
|
// draw message
|
||||||
this->container_->paintElements(painter);
|
this->container_->paintElements(painter);
|
||||||
|
|
||||||
//#ifdef FOURTF
|
#ifdef FOURTF
|
||||||
// debug
|
// debug
|
||||||
painter.setPen(QColor(255, 0, 0));
|
painter.setPen(QColor(255, 0, 0));
|
||||||
painter.drawRect(buffer->rect().x(), buffer->rect().y(),
|
painter.drawRect(buffer->rect().x(), buffer->rect().y(),
|
||||||
@@ -263,7 +263,7 @@ void MessageLayout::updateBuffer(QPixmap *buffer, int /*messageIndex*/,
|
|||||||
QString::number(this->layoutCount_) + ", " +
|
QString::number(this->layoutCount_) + ", " +
|
||||||
QString::number(++this->bufferUpdatedCount_),
|
QString::number(++this->bufferUpdatedCount_),
|
||||||
option);
|
option);
|
||||||
//#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void MessageLayout::invalidateBuffer()
|
void MessageLayout::invalidateBuffer()
|
||||||
|
|||||||
Reference in New Issue
Block a user