We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It looks like this is a long-standing VTK issue: https://discourse.vtk.org/t/high-dpi-scaling-issues/7693/2 https://vtk.org/pipermail/vtk-developers/2017-October/035552.html
Maybe VisIt could call GetRenderWindow()->SetDPI(qRound(QGuiApplication::primaryScreen()->logicalDotsPerInch())) internally?
GetRenderWindow()->SetDPI(qRound(QGuiApplication::primaryScreen()->logicalDotsPerInch()))
Originally posted by @BenWibking in #20164 (reply in thread)
The text was updated successfully, but these errors were encountered:
See the linked discussion for images and additional context.
Sorry, something went wrong.
No branches or pull requests
It looks like this is a long-standing VTK issue:
https://discourse.vtk.org/t/high-dpi-scaling-issues/7693/2
https://vtk.org/pipermail/vtk-developers/2017-October/035552.html
Maybe VisIt could call
GetRenderWindow()->SetDPI(qRound(QGuiApplication::primaryScreen()->logicalDotsPerInch()))
internally?Originally posted by @BenWibking in #20164 (reply in thread)
The text was updated successfully, but these errors were encountered: