From 697a4a377b6e2d187779ed870ca5b9b319106131 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 7 Jun 2016 13:37:54 +0200 Subject: [PATCH] wxWS_EX_VALIDATE_RECURSIVELY set manually now to prevent icon on the task bar --- EAPMethods/include/EAP_UI.h | Bin 17676 -> 18008 bytes EAPMethods/res/wxEAP_UI.cpp | 1 - EAPMethods/res/wxEAP_UI.fbp | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/EAPMethods/include/EAP_UI.h b/EAPMethods/include/EAP_UI.h index e5bbea76433c2dd75a8b2e323b3e70dc47cb2413..87927405eaf4c393596a47c70a0f404a19ace912 100644 GIT binary patch delta 304 zcmeC_V!YAAxM7m+WC4DbdIg4HhE#?U1_dBl0i=r<5`pYuAghug2Pme%kO3r%fLI5} zP6Wy*Fq8vTx-sMfMROUP7)lv3fhtqLsuX~tWnfkjP!uEvQlAKv&jHdPej1Qh3gm%o zOk>Dl19HQl<*A1_#ue_AV7NmxfUFFlp~Vck40a6eK%+_+u&dJq8eId# zAZLaHy%!Hu7Xc*07#taV7(5wVfOH5@ES@05#8&E+cgXZLqJkpal M7;tT#qgx;j0P9~o#sB~S delta 14 Vcmcc7!`RcsxM7m+=6iZo;s7y^20Q=& diff --git a/EAPMethods/res/wxEAP_UI.cpp b/EAPMethods/res/wxEAP_UI.cpp index 9a331ab..216a688 100644 --- a/EAPMethods/res/wxEAP_UI.cpp +++ b/EAPMethods/res/wxEAP_UI.cpp @@ -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 ); diff --git a/EAPMethods/res/wxEAP_UI.fbp b/EAPMethods/res/wxEAP_UI.fbp index a44ca3c..9ba9463 100644 --- a/EAPMethods/res/wxEAP_UI.fbp +++ b/EAPMethods/res/wxEAP_UI.fbp @@ -49,7 +49,7 @@ ; EAP Method Configuration - wxWS_EX_VALIDATE_RECURSIVELY +