-
Notifications
You must be signed in to change notification settings - Fork 43
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
graph is blurry on high DPI macOS with Qt5 #170
Comments
can't argue about macosx, but the Graph scales quite well and sharply on Linux X11/Wayland (Qt6.2) |
This issue does not occur with QJackCtl from Homebrew which is built with Qt 6.2.2: I think this can be fixed by setting the Qt::AA_EnableHighDpiScaling when building with Qt5. This was removed in Qt6; high DPI scaling is always enabled in Qt6. |
The graphics are still blurry because they're all low resolution rasters. |
maybe you wanna have a look around here: Line 557 in e3c15c6
|
Hmm, if that's already implemented then I'm nos sure what else could be the issue. |
issue (probably) lies on an old Qt5 perhaps? |
Environment
Steps To Reproduce
Open QJackCtl distributed with JACK on macOS and click the Graph button
Expected vs. actual behavior
The connection graph in the QJackCtl build shipped with the macOS version of JACK does not scale well for high DPI screens. Everything within the graph is blurry but the text at the top of the window scales okay:
The text was updated successfully, but these errors were encountered: