diff --git a/src/widgets/helper/channelview.cpp b/src/widgets/helper/channelview.cpp index a07337402..74b6b7c37 100644 --- a/src/widgets/helper/channelview.cpp +++ b/src/widgets/helper/channelview.cpp @@ -151,13 +151,13 @@ void ChannelView::queueUpdate() void ChannelView::layoutMessages() { - if (!this->layoutCooldown->isActive()) { - this->actuallyLayoutMessages(); + // if (!this->layoutCooldown->isActive()) { + this->actuallyLayoutMessages(); - this->layoutCooldown->start(); - } else { - this->layoutQueued = true; - } + // this->layoutCooldown->start(); + // } else { + // this->layoutQueued = true; + // } } void ChannelView::actuallyLayoutMessages()