mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
WXMSW-Patch: Fix wxTipWindow internal assertion failure.
This commit is contained in:
parent
4573cc89fa
commit
9df8388900
1 changed files with 3 additions and 0 deletions
3
Externals/wxWidgets3/src/generic/tipwin.cpp
vendored
3
Externals/wxWidgets3/src/generic/tipwin.cpp
vendored
|
@ -218,6 +218,9 @@ void wxTipWindow::Close()
|
||||||
*m_windowPtr = NULL;
|
*m_windowPtr = NULL;
|
||||||
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
|
#if wxUSE_POPUPWIN
|
||||||
Show(false);
|
Show(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue