wxWS_EX_VALIDATE_RECURSIVELY set manually now to prevent icon on the task bar
This commit is contained in:
parent
318e6f7c5a
commit
697a4a377b
Binary file not shown.
@ -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 )
|
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->SetSizeHints( wxDefaultSize, wxDefaultSize );
|
||||||
this->SetExtraStyle( wxWS_EX_VALIDATE_RECURSIVELY );
|
|
||||||
|
|
||||||
wxBoxSizer* sz_content;
|
wxBoxSizer* sz_content;
|
||||||
sz_content = new wxBoxSizer( wxVERTICAL );
|
sz_content = new wxBoxSizer( wxVERTICAL );
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<property name="subclass">; </property>
|
<property name="subclass">; </property>
|
||||||
<property name="title">EAP Method Configuration</property>
|
<property name="title">EAP Method Configuration</property>
|
||||||
<property name="tooltip"></property>
|
<property name="tooltip"></property>
|
||||||
<property name="window_extra_style">wxWS_EX_VALIDATE_RECURSIVELY</property>
|
<property name="window_extra_style"></property>
|
||||||
<property name="window_name"></property>
|
<property name="window_name"></property>
|
||||||
<property name="window_style"></property>
|
<property name="window_style"></property>
|
||||||
<event name="OnActivate"></event>
|
<event name="OnActivate"></event>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user