You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toqreal
coordinates to avoid rendering bugs and ensure that high-DPI displays are fully supported.The text was updated successfully, but these errors were encountered: