fix mouse interaction

This commit is contained in:
Marco Martin 2015-06-10 21:55:41 -07:00
parent 9f15697a76
commit ffc2c51b19
2 changed files with 1 additions and 10 deletions

View file

@ -133,6 +133,7 @@ Window {
}
//FIXME: this empty mousearea is a workaround on https://bugreports.qt.io/browse/QTBUG-46545
MouseArea {
z: -1
anchors.fill: parent
}

View file

@ -109,15 +109,6 @@ PlasmaCore.ColorScope {
}
}
Component {
id: tabComponent
PlasmaComponents.TabButton {
width: parent.width / parent.children.length
height: units.iconSizes.huge
}
}
PlasmaCore.DataSource {
id: timeSource
engine: "time"
@ -238,7 +229,6 @@ PlasmaCore.ColorScope {
}
onVisibleChanged: {
if (visible && !root.expandedApplet) {
print("AAA"+appletIconsRow.children[0].applet)
var applet = appletIconsRow.children[0].applet;
applet.expanded = true;
appletsStack.replace(applet.fullRepresentationItem);