messages refresh when toggeling the button

This commit is contained in:
fourtf
2018-01-17 17:02:34 +01:00
parent e694214243
commit b3951262c8
7 changed files with 27 additions and 29 deletions
+1
View File
@@ -176,6 +176,7 @@ void Split::setModerationMode(bool value)
if (value != this->moderationMode) {
this->moderationMode = value;
this->header.updateModerationModeIcon();
this->view.layoutMessages();
}
}