]>
git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/dialog.cpp
if ( !m_isModalStyle )
SetModal(true);
if ( !m_isModalStyle )
SetModal(true);
+ if ( IsShown() )
+ DoShowModal();
+ else
+ Show(true);
return GetReturnCode();
}
return GetReturnCode();
}