From 2738dfd285d7a95a049fe97165abaaffc61c204f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Mar 2018 19:55:18 +0300 Subject: Fix show badges in some cases. --- src/being/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index 8cedc4fa8..d25fd0207 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -5589,12 +5589,12 @@ void Being::setGroupId(const int id) if (mGroupId != id) { mGroupId = id; - showGmBadge(id != 0); const bool gm = GroupDb::getHighlightName(mGroupId); if (mIsGM != gm) { mIsGM = gm; updateColors(); } + showGmBadge(id != 0); } } -- cgit v1.2.3-60-g2f50