Skip to content

Fix for QVTKRenderWindowInteractor for better support of retina displays

Resolves issues #17046 (closed) and #17049 (closed) (and possibly more). Make use of QCursor.pos() and QApplication().devicePixelRatio() to find the devicePixelRatio() of the current screen, then scale all cursor positions with this factor.

Merge request reports