updated appbase version

This commit is contained in:
fourtf 2018-12-02 19:23:23 +01:00
parent bd8fab7e68
commit bdbdfe3db3
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 3a01e9d27692a0bc3a4e2f160b99b82ceef9e601
Subproject commit 720ce7349daf873043a9cef77caaf58c10b46773

View file

@ -250,7 +250,7 @@ void MessageLayout::updateBuffer(QPixmap *buffer, int /*messageIndex*/,
// draw message
this->container_->paintElements(painter);
//#ifdef FOURTF
#ifdef FOURTF
// debug
painter.setPen(QColor(255, 0, 0));
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->bufferUpdatedCount_),
option);
//#endif
#endif
}
void MessageLayout::invalidateBuffer()