Fix clicking on room list suggestions
This commit is contained in:
parent
b72e48cbab
commit
2c6192d08f
4 changed files with 39 additions and 20 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue