Skip to content

Commit 5525e41

Browse files
committed
small bug fix
1 parent 3a9b2db commit 5525e41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

OSL Programs/apps/System/.Install_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"path": "Origin/(A) System/System Apps",
222222
"name": "originWM.osl",
223223
"icon": "c #111 w 10 square 0 0 5 5 c #fff icn multitasking 0.5",
224-
"version":"2.1"
224+
"version":"2.2"
225225
},
226226
{
227227
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Files.osl",

OSL Programs/apps/System/originWM.osl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ def dragEdge(prop, axis) (
2828
)
2929
if mouse_moving (
3030
local pos = top.tile
31+
if pos == null (
32+
pos = ""
33+
)
3134
if axis == "x" (
3235
if pos.startsWith("-1,") or pos.startsWith("1,") (
3336
local desktop @= "origin.desktop".eval()

0 commit comments

Comments
 (0)