X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fqml%2FIconItem.qml;h=ace062819ca58bb8900b5d1c905a82e62ccdd22e;hb=b7b156ece9492401f7bfe7676e7521f4cdd32905;hp=a5c032e28ea003c63c17a27de5695f83b487c0eb;hpb=85392e71f90a0322fdc08359ef1d829cdcf67381;p=apps%2Fhomescreen.git diff --git a/homescreen/qml/IconItem.qml b/homescreen/qml/IconItem.qml index a5c032e..ace0628 100644 --- a/homescreen/qml/IconItem.qml +++ b/homescreen/qml/IconItem.qml @@ -81,7 +81,7 @@ Item { states: [ State { name: 'active' - when: loc.currentId == model.id + when: loc.currentId === model.id PropertyChanges { target: container x: loc.mouseX - width/2