don't set focus to [ok] in text entry dialog (leave the text zone have it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,10 +111,7 @@ wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent, const wxString& message,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ok)
|
if (ok)
|
||||||
{
|
|
||||||
ok->SetDefault();
|
ok->SetDefault();
|
||||||
ok->SetFocus();
|
|
||||||
}
|
|
||||||
|
|
||||||
Layout();
|
Layout();
|
||||||
Centre(wxBOTH);
|
Centre(wxBOTH);
|
||||||
|
Reference in New Issue
Block a user