1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

removed workaround

This commit is contained in:
krepa098 2014-10-01 16:31:23 +02:00
parent 5e328d2404
commit a159b80801

View File

@ -49,13 +49,7 @@ void GroupWidget::contextMenuEvent(QContextMenuEvent * event)
QAction* selectedItem = menu.exec(pos);
if (selectedItem == quitGroup)
{
hide();
show(); //Toggle visibility to work around bug of repaintEvent() not being fired on parent widget when this is hidden
hide();
emit removeGroup(groupId);
return;
}
}
void GroupWidget::onUserListChanged()