Add missing update() on typing display

pull/1/head
Konstantinos Sideris 7 years ago
parent 22161b502e
commit 509d3eb8b4
  1. 2
      src/TypingDisplay.cpp

@ -23,6 +23,8 @@ TypingDisplay::setUsers(const QStringList &uid)
{
if (uid.isEmpty()) {
text_.clear();
update();
return;
}

Loading…
Cancel
Save