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

DolphinQt: Fix mouse lock checkbox appearing when it shouldn't #11740

Conversation

Pokechu22
Copy link
Contributor

See https://bugs.dolphin-emu.org/issues/13232; this was introduced in 7dde0c3 (#11726). Apparently, providing a parent for a widget that is not visible makes your new widget visible when the parent is later made visible, in addition to managing the deletion of the widget; the documentation does not specify this (only that if the parent is visible you need to explicitly show it).

CC @mackal since this is weird behavior.

See https://bugs.dolphin-emu.org/issues/13232; this was introduced in 7dde0c3. Apparently, providing a parent for a widget that is not visible makes your new widget visible when the parent is later made visible, in addition to managing the deletion of the widget; the documentation does not specify this (only that if the parent is visible you need to explicitly show it).
@mackal
Copy link
Contributor

mackal commented Apr 8, 2023

My bad, this was significantly harder to notice on my setup, explains why I missed it.

@AdmiralCurtiss AdmiralCurtiss merged commit 79b8e13 into dolphin-emu:master Apr 8, 2023
14 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