storing modal returncode correctly for carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3039af96f6
commit
f135deaa90
@ -248,5 +248,7 @@ int wxMessageDialog::ShowModal()
|
||||
}
|
||||
}
|
||||
|
||||
SetReturnCode(resultbutton);
|
||||
|
||||
return resultbutton;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user