X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Fqml%2FIconItem.qml;h=5adbe8118d4f31978d84f89637ea0098ab6bc902;hb=e4634efdc6b985001c079f61368e6780127371f2;hp=c15a3da71523c34d8a857fdfab1bc2452eb077e7;hpb=1046e52b2936b64d7b112e1408136ad0bec0464b;p=apps%2Flauncher.git diff --git a/launcher/qml/IconItem.qml b/launcher/qml/IconItem.qml index c15a3da..5adbe81 100644 --- a/launcher/qml/IconItem.qml +++ b/launcher/qml/IconItem.qml @@ -97,7 +97,7 @@ Item { states: [ State { name: 'active' - when: loc.currentId == model.id + when: loc.currentId === model.id PropertyChanges { target: container x: loc.mouseX - width/2