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

HighDpi UIScale is not taken into account anymore #341

Open
tdecroyere opened this issue Oct 19, 2024 · 1 comment
Open

HighDpi UIScale is not taken into account anymore #341

tdecroyere opened this issue Oct 19, 2024 · 1 comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.

Comments

@tdecroyere
Copy link

Hello,

Thanks for this excellent tool, I use it all the time!

With the latest 2 versions, I see that it doesn't take into account the scaling factor set in Windows 11 screen settings.

I have a 4K monitor and I usually set the scaling factor to 150%.
All is working well with version v0.9.11-alpha.

This is what is displayed in version v0.9.11-alpha:
RadDebugger-v0 9 11-alpha

This is what is displayed in the latest version v0.9.13-alpha:
RadDebugger-v0 9 13-alpha

As you can see, it doesn't seems to take into account the scaling factor anymore.

@ryanfleury ryanfleury added the Debugger Pertains to the debugger. label Oct 21, 2024
@ryanfleury
Copy link
Collaborator

Yeah - this is a matter of bad defaults, I wanted to shift the font sizing state to being precise sizes, and as a result I don't initialize correctly for different DPIs anymore (it used to be delta-based). If you zoom in to your liking (via Ctrl + Scroll), it should retain that setting correctly (you can do it for the UI and source code independently).

@ryanfleury ryanfleury added the Bug A report of unintended or broken behavior. label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.
Projects
None yet
Development

No branches or pull requests

2 participants