-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
OSD on all display #1469
base: master
Are you sure you want to change the base?
OSD on all display #1469
Conversation
@BartoszCichecki Done, ready for review. Plus: once this is merged into master I can continue with #1349, which is also almost finished. |
@BartoszCichecki would you plz review this in your spare time? To #1349 I have a new idea which doesn't require C++/CLI, but this PR should be merged first before I start with the new one, cuz if not it's expected to be a huge conflict. |
Will do my best to find some time - my time was spread pretty thin recently. |
Closes: #1356.
Add a option to show OSD window on all displays.
Placing OSD windows with logic DPI on multiple screens with different zoom ratios causes too many calculations and it's not reliable. Therefore I use Win32 methods instead of setting
Left
andTop
directly.TODO: