This commit is contained in:
fourtf 2020-09-26 00:58:29 +02:00
parent 1fb4677633
commit b905e0afd1

View file

@ -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,