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

Replace integer screen coordinates with qreal #1294

Open
argilo opened this issue Oct 1, 2023 · 0 comments
Open

Replace integer screen coordinates with qreal #1294

argilo opened this issue Oct 1, 2023 · 0 comments
Labels

Comments

@argilo
Copy link
Member

argilo commented Oct 1, 2023

As originally noted in #1282, the plotter still uses integer screen coordinates in many places. To accommodate high-DPI displays, Qt now represents screen coordinates using qreal. We should finish converting to qreal coordinates to avoid rendering bugs and ensure that high-DPI displays are fully supported.

@argilo argilo added the cleanup label Oct 1, 2023
@argilo argilo changed the title Replace integer coordinates with qreal Replace integer screen coordinates with qreal Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant