Replace deprecated constructor for QMouseEvent and avoid unnecessary …#4807
Replace deprecated constructor for QMouseEvent and avoid unnecessary …#4807pkrawczun wants to merge 4 commits intoStellarium:masterfrom
Conversation
…implicit conversion from QPoint to QPointF
| Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files. |
| Shouldn't the global position also be multiplied by |
But aren't wheel events different and scaling them by devicePixelsPerPixel is essentially a preference to keep zoom speeds consistent? I should actually test this empirically on a 4K screen to see what happens. |
You don't have to use a 4K screen, screen scaling is a user-level option that you can just as well enable on FullHD screens. |
You're right. I just wanted to remove a deprecated piece of code. |
…implicit conversion from QPoint to QPointF
Description
Fixes # (issue)
Screenshots (if appropriate):
Type of change
How Has This Been Tested?
Test Configuration:
Checklist: