Applied patch [ 847127 ] HELP button displayed by wxMessageDialog with wxSTAY_ON_TOP.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -124,7 +124,8 @@ wxGenericMessageDialog::wxGenericMessageDialog( wxWindow *parent,
|
|||||||
|
|
||||||
// 4) buttons
|
// 4) buttons
|
||||||
#if wxUSE_BUTTON
|
#if wxUSE_BUTTON
|
||||||
topsizer->Add( CreateButtonSizer( style ), 0, wxCENTRE | wxALL, 10 );
|
topsizer->Add( CreateButtonSizer( style & (wxOK|wxCANCEL|wxYES_NO|wxYES_DEFAULT|wxNO_DEFAULT) ),
|
||||||
|
0, wxCENTRE | wxALL, 10 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SetAutoLayout( TRUE );
|
SetAutoLayout( TRUE );
|
||||||
|
Reference in New Issue
Block a user