VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms
diff options
context:
space:
mode:
authorThierry Lelegard <lelegard@users.noreply.github.com>2020-11-28 17:10:51 +0100
committerGitHub <noreply@github.com>2020-11-28 17:10:51 +0100
commit66e550d11f1cb1fc5c13e8acf608cf753f1fb2fc (patch)
tree88cd66d24668c2910044493e950ab57ce6833adb /src/Main/Forms
parent719f32fa7712ab411430377217aadce57f17f272 (diff)
downloadVeraCrypt-66e550d11f1cb1fc5c13e8acf608cf753f1fb2fc.tar.gz
VeraCrypt-66e550d11f1cb1fc5c13e8acf608cf753f1fb2fc.zip
Fixed macFUSE support for macOS 11 (Big Sur) (#699)
Diffstat (limited to 'src/Main/Forms')
-rw-r--r--src/Main/Forms/MainFrame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/MainFrame.h b/src/Main/Forms/MainFrame.h
index 9089ce72..44329459 100644
--- a/src/Main/Forms/MainFrame.h
+++ b/src/Main/Forms/MainFrame.h
@@ -170,7 +170,7 @@ namespace VeraCrypt
void EnsureVisible(bool bOnlyHeadingBar = false)
{
- wxDisplay display (this);
+ wxDisplay display;
wxRect displayRect = display.GetClientArea();
bool bMove = false;