undefined variables--

This commit is contained in:
Marco Martin 2016-01-12 16:36:40 +01:00
parent 1bd4990984
commit 33e3892f96

View file

@ -154,7 +154,7 @@ FullScreenPanel {
z: -1
anchors.fill: parent
onClicked: {
if (startMouseY < contentArea.height - units.iconSizes.large) {
if (mouseArea.startMouseY < contentArea.height - units.iconSizes.large) {
return;
}
mouseArea.state = "closed";