Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
6d9ce81c
Commit
6d9ce81c
authored
Apr 06, 2022
by
Claudio Cambra
Browse files
Fix bad property access
parent
c82d595f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/TreeView/AbstractTreeItem.qml
View file @
6d9ce81c
...
...
@@ -154,7 +154,7 @@ QQC2.ItemDelegate {
QtObject
{
id
:
internal
property
Flickable
view
:
listItem
.
ListView
.
view
||
(
listItem
.
parent
?
listItem
.
parent
.
ListView
.
view
:
null
)
property
bool
indicateActiveFocus
:
listItem
.
pressed
||
Settings
.
tabletMode
||
listItem
.
activeFocus
||
(
view
?
view
.
activeFocus
:
false
)
property
bool
indicateActiveFocus
:
listItem
.
pressed
||
Kirigami
.
Settings
.
tabletMode
||
listItem
.
activeFocus
||
(
view
?
view
.
activeFocus
:
false
)
}
highlighted
:
focus
&&
ListView
.
isCurrentItem
&&
ListView
.
view
&&
ListView
.
view
.
keyNavigationEnabled
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment