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

Odd mouse pointer offset issue under hi-dpi #1954

Closed
mqudsi opened this issue Jun 8, 2017 · 6 comments
Closed

Odd mouse pointer offset issue under hi-dpi #1954

mqudsi opened this issue Jun 8, 2017 · 6 comments
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@mqudsi
Copy link

mqudsi commented Jun 8, 2017

This is a very odd one, and I'm not sure what is causing it. Today, I suddenly experienced this behavior with a Cura 2.5 beta installation that previously worked just fine, and it persisted on upgrading to 2.6 beta. Since I last used Cura, I have updated video drivers and installed several Windows Updates, it could be anything.

Basically, Cura seems to be deluding under the impression that the cursor is a cm or so higher than it actually is, making all interactions with the window click incorrectly.

Here's a video demonstrating the problem:

https://www.youtube.com/watch?v=NVxGptIR1L8&feature=youtu.be

@Ghostkeeper
Copy link
Collaborator

Weird! Never seen this. I hesitate, but my instinct says this is a bug that's only on your system, and would be hard to find for us.

@mqudsi
Copy link
Author

mqudsi commented Jun 10, 2017

I haven't either, to be honest. I don't know where I'd begin to figure this one out; I imagine in all cases it would boil down to a QT-related issue.. I should try to find another QT app and see if it reproduces.

@awhiemstra
Copy link
Contributor

Note that you might even get different results when testing a random Qt-based application. Most of them use QtWidgets which is quite different from QtQuick (which we use). It may not always be obvious which is which.

@BagelOrb BagelOrb added the Type: Bug The code does not produce the intended behavior. label Jul 14, 2017
@BagelOrb BagelOrb changed the title Odd pointer vertical offset issue under hi-dpi Odd mouse pointer offset issue under hi-dpi Jul 14, 2017
@macman134
Copy link

I have the same issue on two separate computers, both on 2.7. The mouse is offset upward about 20-30 pixels in cura.
Tried to go back to 2.4 and the issue persists. Does anyone have a simple Qt-based program that I can run to verify its relation? I don't want to download an entire compiler just to try it once.

@fieldOfView
Copy link
Collaborator

I would be surprised if this weren't the same issue as #2068. That issue is fixed by updating to a newer Intel driver:
#2068 (comment)

@macman134
Copy link

yep, that fixed it!

@nallath nallath closed this as completed Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

7 participants