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? 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
Currently, libmythui will scale all theme images for the current widget size.
This is suboptimal when using OpenGL or Vulkan and the display size is larger than the theme resolution:-
We should pass the raw theme images to the painters and let the GPU scale.
The existing behaviour should be retained when using the Qt painter (although Qt may handle this ok).
The text was updated successfully, but these errors were encountered:
mark-kendall
No branches or pull requests
Currently, libmythui will scale all theme images for the current widget size.
This is suboptimal when using OpenGL or Vulkan and the display size is larger than the theme resolution:-
We should pass the raw theme images to the painters and let the GPU scale.
The existing behaviour should be retained when using the Qt painter (although Qt may handle this ok).
The text was updated successfully, but these errors were encountered: