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

Make experimental build warning modal #14431

Merged
merged 2 commits into from
Aug 5, 2023
Merged

Conversation

nastys
Copy link
Contributor

@nastys nastys commented Aug 5, 2023

Fixes an issue that prevents unofficial builds from working correctly (at least on macOS) since the switch to Qt 6.

Specifically, the game window does not open (but the game still runs in the background and audio can be heard), and right clicking on the log window does not show the context menu even though the cursor changes.
Setting the warning window to "modal" (as it seemingly was before switching to Qt 6) fixes this.

Changes this:
Screenshot 2023-08-01 alle 18 36 38
To this:
Screenshot 2023-08-05 alle 11 20 56

I'm not sure if the cause is a Qt bug, or just the way Qt handles non-modal windows with no parent on macOS.

@nastys nastys changed the title Make experimental building warning modal Make experimental build warning modal Aug 5, 2023
@Megamouse Megamouse merged commit dea24c9 into RPCS3:master Aug 5, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants