fixed pause on mouse hover
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user