mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +00:00
undefined variables--
This commit is contained in:
parent
1bd4990984
commit
33e3892f96
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ FullScreenPanel {
|
||||||
z: -1
|
z: -1
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (startMouseY < contentArea.height - units.iconSizes.large) {
|
if (mouseArea.startMouseY < contentArea.height - units.iconSizes.large) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mouseArea.state = "closed";
|
mouseArea.state = "closed";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue