mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
updated appbase version
This commit is contained in:
parent
bd8fab7e68
commit
bdbdfe3db3
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 3a01e9d27692a0bc3a4e2f160b99b82ceef9e601
|
||||
Subproject commit 720ce7349daf873043a9cef77caaf58c10b46773
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue