git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60560
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( !m_endModalCalled )
{
// modal dialog needs a parent window, so try to find one
if ( !m_endModalCalled )
{
// modal dialog needs a parent window, so try to find one
- wxWindow *parent = GetParent();
- if ( !parent )
- {
- parent = FindSuitableParent();
- }
+ wxWindow * const parent = GetParentForModalDialog();
// remember where the focus was
wxWindow *oldFocus = m_pOldFocus;
// remember where the focus was
wxWindow *oldFocus = m_pOldFocus;