summary refs log tree commit diff
path: root/src/dialogs
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-25 14:53:07 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-25 14:53:07 +0300
commit39b4c83bb0ab372fa2907063b39f1a67240d7c36 (patch)
tree33d1cd811103d4cb58a525f3a49a59c3cdbe2912 /src/dialogs
parentci: Update qt installer framework (diff)
downloadnheko-39b4c83bb0ab372fa2907063b39f1a67240d7c36.tar.xz
Don't clear the member list when the modal is hidden
fixes #447
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/MemberList.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dialogs/MemberList.h b/src/dialogs/MemberList.h

index ac7fe94e..468172f0 100644 --- a/src/dialogs/MemberList.h +++ b/src/dialogs/MemberList.h
@@ -45,13 +45,6 @@ public: public slots: void addUsers(const std::vector<RoomMember> &users); -protected: - void hideEvent(QHideEvent *event) override - { - list_->clear(); - QFrame::hideEvent(event); - } - private: void moveButtonToBottom();