mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,9 +11,6 @@
|
|||||||
*.txt.h
|
*.txt.h
|
||||||
*.h.gch
|
*.h.gch
|
||||||
src/Main/veracrypt
|
src/Main/veracrypt
|
||||||
*.oo
|
|
||||||
*.o.32
|
|
||||||
*.o.64
|
|
||||||
|
|
||||||
# wxWidgets Linux build artifacts
|
# wxWidgets Linux build artifacts
|
||||||
src/wxrelease
|
src/wxrelease
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ namespace VeraCrypt
|
|||||||
|
|
||||||
void EnsureVisible(bool bOnlyHeadingBar = false)
|
void EnsureVisible(bool bOnlyHeadingBar = false)
|
||||||
{
|
{
|
||||||
wxDisplay display;
|
wxDisplay display (this);
|
||||||
wxRect displayRect = display.GetClientArea();
|
wxRect displayRect = display.GetClientArea();
|
||||||
|
|
||||||
bool bMove = false;
|
bool bMove = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user