Give the NotationView a navigation focus border

This commit is contained in:
Casper Jeukendrup 2022-03-30 20:00:14 +02:00
parent 42dd58d55b
commit 58477d535f
No known key found for this signature in database
GPG key ID: 6C571BEF59E722DD

View file

@ -116,6 +116,11 @@ FocusScope {
} }
} }
NavigationFocusBorder {
navigationCtrl: fakeNavCtrl
drawOutsideParent: false
}
onActiveFocusRequested: { onActiveFocusRequested: {
fakeNavCtrl.requestActive() fakeNavCtrl.requestActive()
} }