summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-09 13:39:39 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-09 13:39:39 +0300
commit509d3eb8b4a25b95f58445fdfde758a7902df95e (patch)
tree8e10f62c96ea55ba1c1ebf6722597a733cffc847
parentDon't use bundled spdlog (diff)
downloadnheko-509d3eb8b4a25b95f58445fdfde758a7902df95e.tar.xz
Add missing update() on typing display
Diffstat (limited to '')
-rw-r--r--src/TypingDisplay.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TypingDisplay.cpp b/src/TypingDisplay.cpp

index 30ba0652..08214a63 100644 --- a/src/TypingDisplay.cpp +++ b/src/TypingDisplay.cpp
@@ -23,6 +23,8 @@ TypingDisplay::setUsers(const QStringList &uid) { if (uid.isEmpty()) { text_.clear(); + update(); + return; }