1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value."

This reverts commit 400fd599f812b057b0674f2ae0e0141e7c35a332.
This commit is contained in:
Mounir IDRASSI
2015-02-27 15:33:41 +01:00
parent 31b238872e
commit 176bec1bb2
8 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,6 @@ namespace VeraCrypt
#endif
), Options (options)
{
SetExtraStyle( GetExtraStyle() | wxWS_EX_VALIDATE_RECURSIVELY );
if (!title.empty())
this->SetTitle (title);
else if (options.Path && !options.Path->IsEmpty())