From 0ad268060184368671c07f5b215faf77c59b18e6 Mon Sep 17 00:00:00 2001 From: fourtf Date: Tue, 10 Apr 2018 02:07:25 +0200 Subject: [PATCH] disabled message layouting limits --- src/widgets/helper/channelview.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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()