summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2023-04-07 22:33:40 -0700
committerPokechu22 <Pokechu022@gmail.com>2023-04-07 22:33:40 -0700
commit02cd8b63630bc6fae9b208531d5b31a44572412a (patch)
treee8b67e7b599aaef9116cfd9cc21b0d58d054309b /Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp
parentaaedc2827d7399a7144830f5ba0535ba95dcabaf (diff)
DolphinQt: Fix mouse lock checkbox appearing when it shouldn't
See https://bugs.dolphin-emu.org/issues/13232; this was introduced in 7dde0c3c319577fd913e4de72a6113a8998ada49. 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).
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp')
0 files changed, 0 insertions, 0 deletions