-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multi monitor support is sketchy at best #10
Comments
This also appears to be an issue with the upstream. This is a UI bug and will likely be fixed as we approach version 2. |
This may help in solving the issue: https://discuss.wxpython.org/t/using-wxpython-in-the-presence-of-multiple-monitors/30413/4 Edit: It appears that the best way to do this may be to position the "Add Node" popup relative to the primary window. In this case we should make sure the relative positioning can lock to a moving window so that if the popup is opened and the main window moved the popup follows it smoothly. It would also be helpful to include this in the upstream GimelStudio project. |
A fix is now in progress for this bug |
The add node menu is buggy when SkiffUI is open on a secondary monitor.
When opening SkiffUI on a second monitor and opening the add node menu with the (+) button, the menu appears on the first monitor in the corresponding location.
The text was updated successfully, but these errors were encountered: