Skip to content

workaround: control screen positioning with Qt 6#1095

Merged
kaamui merged 1 commit intoOpenBoard-org:devfrom
letsfindaway:fix-control-screen-position
Sep 25, 2024
Merged

workaround: control screen positioning with Qt 6#1095
kaamui merged 1 commit intoOpenBoard-org:devfrom
letsfindaway:fix-control-screen-position

Conversation

@letsfindaway
Copy link
Copy Markdown
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