-
Notifications
You must be signed in to change notification settings - Fork 33
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
fix(gizmos): fix gizmos selection on HiDPI screens #1405
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but change the commit message to fix(rendering): consider HiDPI screens when using the render picker
, and add a similar entry to the changelog unreleased section
8f91d02
to
683fcc3
Compare
Co-Authored-By: Ricardo Antunes <[email protected]>
683fcc3
to
05c4ba2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1405 +/- ##
==========================================
- Coverage 53.43% 53.42% -0.02%
==========================================
Files 462 462
Lines 25850 25856 +6
Branches 2389 2389
==========================================
Hits 13813 13813
- Misses 12037 12043 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
This fixes the selection of gizmos on HiDPI screens.
Checklist