faulty object name

pull/4/head
Michail Vourlakos 6 years ago
parent ab633f64a7
commit e2cf406ade

@ -135,7 +135,7 @@ Item {
//unfortunately for other applets there is no other way to activate them yet
//for example the icon-only applets
var choords = mapToItem(appletItem.appletWrapper, mouse.x, mouse.y);
if (choords.x<0 || choords.y<0 || choords.x>=container.appletWrapper.width || choords.y>=appletItem.appletWrapper.height) {
if (choords.x<0 || choords.y<0 || choords.x>=appletItem.appletWrapper.width || choords.y>=appletItem.appletWrapper.height) {
latteView.toggleAppletExpanded(applet.id);
}
}

Loading…
Cancel
Save