-
-
Notifications
You must be signed in to change notification settings - Fork 109
[Bug] [Linux] New floating windows placement on multi-monitor setup #747
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
Comments
@einhander it seems that dwsim/DWSIM.ExtensionMethods.Eto/EtoExtensions.cs Lines 62 to 88 in ce8549e
is returning the total area of all monitors. Last time I tried |
The placement of normal windows is OK for me. The dialog windows are also OK. |
@einhander how is it doing in v9.0.1? same behavior? |
@DanWBR thank you. Please, wait till end of next week. I'll have to check it with my multi-monitor setup in university. |
@DanWBR That's better, but not perfect, see screencast output1.mp4The new window only appears on a non-active monitor. I think you are using the primary monitor instead of the active monitor.
So using the primary monitor as the spawn point will result in new windows only appearing on one fixed monitor. |
Describe the bug
Some new floating window placement are wrong in multi-monitor setup. See the screencast in this comment: #744 (comment)
To Reproduce
Expected behavior
All new windows appear in center of active monitor.
Desktop:
Additional context
It's a minor problem
The text was updated successfully, but these errors were encountered: