MacOSX: revert part of changes of commit "Fixed macFUSE support for macOS 11 (Big Sur)"

We only changes related to the fix
This commit is contained in:
Mounir IDRASSI 2020-11-28 18:48:30 +01:00
parent 14acc639e1
commit 5f08b45dcd
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
2 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View File

@ -11,9 +11,6 @@
*.txt.h
*.h.gch
src/Main/veracrypt
*.oo
*.o.32
*.o.64
# wxWidgets Linux build artifacts
src/wxrelease

View File

@ -170,7 +170,7 @@ namespace VeraCrypt
void EnsureVisible(bool bOnlyHeadingBar = false)
{
wxDisplay display;
wxDisplay display (this);
wxRect displayRect = display.GetClientArea();
bool bMove = false;