diff options
Diffstat (limited to 'desktop.lua')
| -rw-r--r-- | desktop.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop.lua b/desktop.lua index 4dbdc24..b841974 100644 --- a/desktop.lua +++ b/desktop.lua @@ -80,6 +80,9 @@ function checkIcon(id) win[id].s = 0.2 win[id].oldlayer = win[id].layer layer.sentToFront = id + else + win[id].oldlayer = win[id].layer + layer.sentToFront = id end end elseif sys.mouse.drag == true or sys.mouse.p.x > 120 or sys.mouse.p.y > 550 then |
