summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-06-05 20:19:20 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-06-05 20:19:20 +0300
commitda190593c8b2739692d69718da91792f35d089e0 (patch)
tree71657311f3437c8a8d35c87e0d95e1455c0454ea /include
parentLazy load initial timeline events (diff)
downloadnheko-da190593c8b2739692d69718da91792f35d089e0.tar.xz
Repaint when the room avatar is received
Diffstat (limited to 'include')
-rw-r--r--include/RoomInfoListItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/RoomInfoListItem.h b/include/RoomInfoListItem.h

index 40a1cbb0..12d5abb1 100644 --- a/include/RoomInfoListItem.h +++ b/include/RoomInfoListItem.h
@@ -104,4 +104,5 @@ inline RoomState RoomInfoListItem::state() const inline void RoomInfoListItem::setAvatar(const QImage &img) { roomAvatar_ = QPixmap::fromImage(img.scaled(IconSize, IconSize, Qt::IgnoreAspectRatio, Qt::SmoothTransformation)); + update(); }