1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3446

Diadlo (1):
      fix(addfriendform): Fixed problem with reading friend request
This commit is contained in:
sudden6 2016-06-30 13:09:06 +02:00
commit 35669cb12b
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -113,6 +113,11 @@ void AddFriendForm::show(ContentLayout* contentLayout)
head->show();
setIdFromClipboard();
toxId.setFocus();
// Fix #3421
// Needed to update tab after opening window
int index = tabWidget->currentIndex();
onCurrentChanged(index);
}
QString AddFriendForm::getMessage() const