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:
commit
35669cb12b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user