-
Notifications
You must be signed in to change notification settings - Fork 35
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
imguidatechooser does not display correctly #69
Comments
To be clear the issue also shows up at anywhere above 125%+ display scaling setting in windows. It is not exclusive to the 350% example image |
Unluckily I don't own a Mac, so I can't reproduce this behavior, and fix it. Some question to better understand the issue:
If I can't replicate the problem, I still accept a Pull Request by users. But if you just need a DateChooser widget and nothing more, you can try and see if the one made by @epezent: |
This is microsoft windows, not Mac OS. You can access the windows scaling setting using Settings > Display > Scale & Layout > Scale = 200% The idea is to have a larger UI when using a high dpi screen, for example 4k on a 13" laptop Thanks for the heads up on epezent's date chooser, thats actually more suitable because it has time which I need too. You can reproduce it by setting currentMonitorScale.y to 2.0 which represents 200% scaling. |
Tried: the screen zoomed 4 times, I could only interact with the top-left corner of the screen, and had to hard reset the system.
You're welcome. implot is made by a single .h/.cpp file so it should be easy to use. P.S. I'm on Ubuntu Linux not on Windows. |
When windows dpi scaling is respected, for example:
Then imguidatechooser ends up rendering a scrollbar which blocks the UI.
Example at 350% display scaling
The text was updated successfully, but these errors were encountered: