mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fixes #1676
This commit is contained in:
parent
1fb4677633
commit
b905e0afd1
|
@ -1579,6 +1579,8 @@ void ChannelView::mouseReleaseEvent(QMouseEvent *event)
|
||||||
|
|
||||||
// handle the click
|
// handle the click
|
||||||
this->handleMouseClick(event, hoverLayoutElement, layout);
|
this->handleMouseClick(event, hoverLayoutElement, layout);
|
||||||
|
|
||||||
|
this->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChannelView::handleMouseClick(QMouseEvent *event,
|
void ChannelView::handleMouseClick(QMouseEvent *event,
|
||||||
|
|
Loading…
Reference in a new issue