Fixed popups in viewer list. (#110)

This commit is contained in:
Cranken
2017-09-12 22:10:30 +02:00
committed by fourtf
parent 6ce13db443
commit 4ac811f2a9
6 changed files with 51 additions and 6 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ void ChatWidgetHeader::mouseMoveEvent(QMouseEvent *event)
void ChatWidgetHeader::mouseDoubleClickEvent(QMouseEvent *event)
{
if (event->button() == Qt::LeftButton) {
this->chatWidget->showChangeChannelPopup("Change channel");
this->chatWidget->doChangeChannel();
}
}