From b489e7f712f4be5bb95ced97831c2d1ac788da01 Mon Sep 17 00:00:00 2001 From: agilob Date: Wed, 11 Mar 2015 11:12:08 +0000 Subject: [PATCH] probably closes tux3/qtox#1330 --- src/widget/groupwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget/groupwidget.cpp b/src/widget/groupwidget.cpp index 60c5d2297..f6762593f 100644 --- a/src/widget/groupwidget.cpp +++ b/src/widget/groupwidget.cpp @@ -71,6 +71,7 @@ void GroupWidget::contextMenuEvent(QContextMenuEvent * event) emit g->getChatForm()->groupTitleChanged(groupId, alias.left(128)); } } + this->repaint(); } void GroupWidget::onUserListChanged()