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

View file

@ -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()