Skip to content
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

workaround: control screen positioning with Qt 6 #1095

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

letsfindaway
Copy link
Collaborator

This PR adds a workaround for control screen positioning with Qt 6as reported in #1080. For me this problem occurs on my system (Leap 15.6, X11)

  • when compiling with Qt 6.6 or Qt 6.7
  • with 2 physical monitors connected
  • for the Flatpak and the distribution packages.

This PR mitigates this problem.

  • Positioning and sizing of control screen does not work with Qt 6
  • setGeometry() has not the desired effect
  • additionally use move() and resize()

- Positioning and sizing of control screen does not work with Qt 6
- setGeometry() has not the desired effect
- additionally use move() and resize()
@kaamui kaamui merged commit 2d09d6a into OpenBoard-org:dev Sep 25, 2024
@letsfindaway letsfindaway deleted the fix-control-screen-position branch September 25, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants