fixed pause on mouse hover

This commit is contained in:
Felix Schmid
2018-10-27 00:48:43 +02:00
committed by pajlada
parent 9705570c98
commit c11d151b83
+3 -3
View File
@@ -697,9 +697,9 @@ MessageElementFlags ChannelView::getFlags() const
bool ChannelView::isPaused() bool ChannelView::isPaused()
{ {
return false; // return false;
// return this->pausedTemporarily_ || this->pausedBySelection_ || return this->pausedTemporarily_;
// this->pausedByScrollingUp_; // || this->pausedBySelection_ || this->pausedByScrollingUp_;
} }
void ChannelView::updatePauseStatus() void ChannelView::updatePauseStatus()