Kaydet (Commit) 02e35537 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

More EndDialog() cleanup

Change-Id: I2e79190936d1eb7f55b521d2ce558fba45bf5f28
üst df94df2d
......@@ -790,7 +790,7 @@ bool Dialog::Close()
if ( IsInExecute() )
{
EndDialog( false );
EndDialog( RET_CANCEL );
mbInClose = false;
return true;
}
......@@ -1078,7 +1078,7 @@ void Dialog::EndAllDialogs( Window* pParent )
pTempModDialog = pModDialog->mpPrevExecuteDlg;
if( !pParent || ( pParent && pParent->IsWindowOrChild( pModDialog, true ) ) )
{
pModDialog->EndDialog( false );
pModDialog->EndDialog( RET_CANCEL );
pModDialog->PostUserEvent( Link() );
}
pModDialog = pTempModDialog;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment