-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking on other monitor is like clicking on stackline of main monitor #100
Comments
FYI for anyone else with this issue: To get around this for now I've commented out the logic in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two screens:

When I click on the left screen in the upper left corner, it is like I would click on the right screen on the indicator icons of stackline.
I have added another log command to a relevant section of the code:
The output is
The click coordinates are modified and become coordinates of the main screen. IMHO this should not happen.
The change
clickedScreen:absoluteToLocal(p)
has been added in commit b02ffe7, an attempt to fix another issue #62The text was updated successfully, but these errors were encountered: