fix: missing rerender on clear (#5282)

This commit is contained in:
nerix
2024-03-31 11:46:58 +02:00
committed by GitHub
parent c1bd5d11d0
commit b991b957f0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -782,6 +782,7 @@ void ChannelView::clearMessages()
this->scrollBar_->setMaximum(0);
this->scrollBar_->setMinimum(0);
this->queueLayout();
this->update();
this->lastMessageHasAlternateBackground_ = false;
this->lastMessageHasAlternateBackgroundReverse_ = true;