coin3d / soqt

Old Coin GUI binding for Qt, replaced by Quarter
BSD 3-Clause "New" or "Revised" License
23 stars 17 forks source link

SoQt and Qt5 has a displacement in pixel coordinates #75

Open JuergenB23 opened 10 months ago

JuergenB23 commented 10 months ago

We migrated our application from Qt3 and Coin 2 with SoQt to Qt5 and Coin 4 (latest version). When the application is started on the second screen the coordinate of an pick event have a offset in y-direction of about 70 pixel.

If application is started on the first (primary) screen the coordinates are correct. Then it is possible to move the window to the second screen and the coordinates are still correct.

Issue happens even if both screen have same resolution and DPI settings.

Application is running on Windows 10 and Window 11. Both show same issue.