mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
if (startMouseY < contentArea.height - units.iconSizes.large) {
|
||||
if (mouseArea.startMouseY < contentArea.height - units.iconSizes.large) {
|
||||
return;
|
||||
}
|
||||
mouseArea.state = "closed";
|
||||
|
|
|
|||
Loading…
Reference in a new issue