Skip to content

Commit a9a233a

Browse files
committed
MACOS: Tested OK in multi-monitor setup
1 parent 9fb09c6 commit a9a233a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_MacNSBox.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# We need to import the relevant object definitions from PyObjC
77

88
import sys
9+
from typing import cast
910

1011
import pywinbox
1112

@@ -58,8 +59,6 @@ def applicationDidFinishLaunching_(self, aNotification: None):
5859

5960
timelap = 0.3
6061

61-
print("INIT", myPyBox.box, myPyBox._handle.window.frame())
62-
6362
print("MOVE left = 200", myPyBox.box, myPyBox.rect)
6463
myPyBox.left = 200
6564
time.sleep(timelap)

0 commit comments

Comments
 (0)