mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-05 05:49:40 +00:00
force set tab bar index to be able to return to the same tab as before parameters were open
This commit is contained in:
parent
b853747c19
commit
5fe8c9f021
1 changed files with 3 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ Control.TabBar {
|
|||
mainItem.implicitWidth = Math.max(mainItem.implicitWidth, advanceWidth + buttonIcon.buttonSize)
|
||||
}
|
||||
}
|
||||
onClicked: {
|
||||
mainItem.setCurrentIndex(TabBar.index)
|
||||
}
|
||||
|
||||
background: Item {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue