From c11d151b83155fc0114b9cf04cba1ca4b0b8053e Mon Sep 17 00:00:00 2001 From: Felix Schmid Date: Sat, 27 Oct 2018 00:48:43 +0200 Subject: [PATCH] fixed pause on mouse hover --- src/widgets/helper/ChannelView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index ac5c45525..a7ea35484 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -697,9 +697,9 @@ MessageElementFlags ChannelView::getFlags() const bool ChannelView::isPaused() { - return false; - // return this->pausedTemporarily_ || this->pausedBySelection_ || - // this->pausedByScrollingUp_; + // return false; + return this->pausedTemporarily_; + // || this->pausedBySelection_ || this->pausedByScrollingUp_; } void ChannelView::updatePauseStatus()