Commit 5fe8c9f0 authored by Gaëlle Braud's avatar Gaëlle Braud
Browse files

force set tab bar index to be able to return to the same tab as before parameters were open

Showing 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 {
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment