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

Issue with retina HDPI screen (OSX) #6

Open
Algiane opened this issue Apr 15, 2022 · 0 comments
Open

Issue with retina HDPI screen (OSX) #6

Algiane opened this issue Apr 15, 2022 · 0 comments

Comments

@Algiane
Copy link
Contributor

Algiane commented Apr 15, 2022

Hi the ISCD team,

On retina HDPI screen the pixel density is twice the resolution, leading to issues with openGL functions that takes pixels dimensions as arguments (refs: this discussion or this official doc of apple).

In Medit, it creates multiple issues :

  1. Mesh is displayed using a quarter of the window size. Rescaling the window allows to solve the issue (temporary).

framebuffer-vs-display-issue

2. Clicking in a given area of the window picks entities in a different region (wrong x,y coordinates).

picking-issue

3. Using windows linking (Alt-c / Alt-l) and zooming unzooming creates different sizes between mesh dislaying.

link-and-zoom-issue

I will try to propose an admissible fix for this (but I am not expert in graphical stuff).
Best Regards,

Algiane

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant