wxWS_EX_VALIDATE_RECURSIVELY set manually now to prevent icon on the task bar
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user