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

Qt: Un-maximize GBA widget before resizing it #9934

Merged
merged 1 commit into from Jul 31, 2021

Conversation

Pokechu22
Copy link
Contributor

This is more a "windows is silly" thing: if a window is maximized but then resized, it'll remain maximized and in the top-left corner of the screen, but the size will change. However, if you attempt to move the window to a different place, it'll become un-maximized and the size it had before maximizing will be used (and it'll ignore the size you set when it was maximized). Returning the window to a normal state fixes this.

@Rumi-Larry
Copy link

I thought a maximized window couldn't be resized.

@Pokechu22
Copy link
Contributor Author

Users can't resize it, but the resize call in code still manages to resize it for some reason. It's silly.

@leoetlino leoetlino merged commit 35baf8d into dolphin-emu:master Jul 31, 2021
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants