[tabbox/icons] Fix reference error
This commit is contained in:
parent
4142872da4
commit
1f30efb333
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Item {
|
|||
icon: model.icon
|
||||
width: iconSize
|
||||
height: iconSize
|
||||
state: index == listView.currentIndex ? QIconItem.ActiveState : QIconItem.DefaultState
|
||||
state: index == iconsListView.currentIndex ? QIconItem.ActiveState : QIconItem.DefaultState
|
||||
anchors {
|
||||
fill: parent
|
||||
leftMargin: hoverItem.margins.left
|
||||
|
|
Loading…
Reference in a new issue