wxWS_EX_VALIDATE_RECURSIVELY set manually now to prevent icon on the task bar

This commit is contained in:
2016-06-07 13:37:54 +02:00
parent 318e6f7c5a
commit 697a4a377b
3 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
wxEAPConfigBase::wxEAPConfigBase( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxDialog( parent, id, title, pos, size, style )
{
this->SetSizeHints( wxDefaultSize, wxDefaultSize );
this->SetExtraStyle( wxWS_EX_VALIDATE_RECURSIVELY );
wxBoxSizer* sz_content;
sz_content = new wxBoxSizer( wxVERTICAL );