Direct chat: ensure focus is on the input line; fixes #113
This commit is contained in:
parent
ec3690fd29
commit
27bd00bec8
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ TabMessage::TabMessage(TabSupervisor *_tabSupervisor, AbstractClient *_client, c
|
|||
|
||||
retranslateUi();
|
||||
setLayout(vbox);
|
||||
|
||||
setFocusProxy(sayEdit);
|
||||
chatView->setFocusProxy(sayEdit);
|
||||
sayEdit->setFocus();
|
||||
}
|
||||
|
||||
TabMessage::~TabMessage()
|
||||
|
|
Loading…
Reference in a new issue