Give the NotationView a navigation focus border
This commit is contained in:
parent
42dd58d55b
commit
58477d535f
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,11 @@ FocusScope {
|
|||
}
|
||||
}
|
||||
|
||||
NavigationFocusBorder {
|
||||
navigationCtrl: fakeNavCtrl
|
||||
drawOutsideParent: false
|
||||
}
|
||||
|
||||
onActiveFocusRequested: {
|
||||
fakeNavCtrl.requestActive()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue