mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-29 15:50:28 -05:00
WXMSW-Patch: Fix wxTipWindow internal assertion failure.
This commit is contained in:
+3
@@ -218,6 +218,9 @@ void wxTipWindow::Close()
|
||||
*m_windowPtr = NULL;
|
||||
m_windowPtr = NULL;
|
||||
}
|
||||
// XXX: Dolphin: Prevents an assertion failure due to Close being called multiple times.
|
||||
if (!IsShown())
|
||||
return;
|
||||
|
||||
#if wxUSE_POPUPWIN
|
||||
Show(false);
|
||||
|
||||
Reference in New Issue
Block a user