-
-
Notifications
You must be signed in to change notification settings - Fork 456
DPI per Monitor #2755
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
DPI per Monitor #2755
Conversation
|
@taooceros Should we set use winforms to false? Code of pt run. |
I think that would cause some compilation failure. Seems like we still use some part of winform? Though I think it is resolvable. |
@VictoriousRaptor @taooceros I tried (false UseWindowsForms) and The build was successful. but I've been searching too, and as taoo said, they said it does affect winform-dependent code. (but why build success?) We can either change it to false and see what happens, or we can safely leave it at true. What do we choose? |
If it builds, I think it will work. Let's do it and rollback if anything observed. I don't think we really use much winform related functionality. |
OK. puhsed. |


What's the PR
Test Case