Skip to content
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

Cursor will hit the resize detecting zone when layout scaled #124

Open
hyskylord opened this issue Jun 10, 2024 · 0 comments
Open

Cursor will hit the resize detecting zone when layout scaled #124

hyskylord opened this issue Jun 10, 2024 · 0 comments

Comments

@hyskylord
Copy link

Describe the bug
When the layout is scaled up in Windows, the cursor will switch to resize mode when moving to the right and bottom of the window. Unexpected behavior might happen since one might occasionally resize the window by mistake.

To Reproduce
Steps to reproduce the behavior:

  1. Add the executable to the application list
  2. Go to Settings -> System -> Display and scale the layout by 150% or 200%
  3. Run the executable in window mode
  4. Move the cursor around to the top, left, right and bottom of the window.

Expected behavior
The cursor should never go to the resize mode.

Suspected Reason
When the layout is scaled up, the size of the detecting zone also increases, and I suspect that it increases towards the top and left direction.

Desktop (please complete the following information):

  • OS: Windows 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant