Fix clicking on room list suggestions

This commit is contained in:
Konstantinos Sideris 2018-04-27 14:04:13 +03:00
parent b72e48cbab
commit 2c6192d08f
4 changed files with 39 additions and 20 deletions

View file

@ -63,6 +63,12 @@ protected:
void paintEvent(QPaintEvent *event) override;
private:
void reset()
{
emit closing();
roomSearch_->clear();
}
// Current highlighted selection from the completer.
int selection_ = -1;