From dd1dcbcb3072fe8af4e075e90e437b3738be150c Mon Sep 17 00:00:00 2001 From: kornes <28986062+kornes@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:41:34 +0200 Subject: [PATCH] repaints happen in setSelection now --- src/widgets/helper/ChannelView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index 80680003bd8..c5a4cbe7a86 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -1515,13 +1515,10 @@ void ChannelView::mouseMoveEvent(QMouseEvent *event) // is selecting if (this->isLeftMouseDown_) { - // this->pause(PauseReason::Selecting, 300); auto index = layout->getSelectionIndex(relativePos); this->setSelection(this->selection_.start, SelectionItem(messageIndex, index)); - - this->queueUpdate(); } // message under cursor is collapsed