mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
unpause when leaving the channelview
This commit is contained in:
parent
6416bf3927
commit
d3003c171a
1 changed files with 2 additions and 1 deletions
|
@ -970,11 +970,12 @@ void ChannelView::wheelEvent(QWheelEvent *event)
|
||||||
|
|
||||||
void ChannelView::enterEvent(QEvent *)
|
void ChannelView::enterEvent(QEvent *)
|
||||||
{
|
{
|
||||||
// this->pause(PAUSE_TIME);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChannelView::leaveEvent(QEvent *)
|
void ChannelView::leaveEvent(QEvent *)
|
||||||
{
|
{
|
||||||
|
this->unpause(PauseReason::Mouse);
|
||||||
|
|
||||||
this->queueLayout();
|
this->queueLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue