From 5f08b45dcd9cb8e4ea8b5052b54fade67abad6df Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 28 Nov 2020 18:48:30 +0100 Subject: MacOSX: revert part of changes of commit "Fixed macFUSE support for macOS 11 (Big Sur)" We only changes related to the fix --- src/Main/Forms/MainFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Main/Forms/MainFrame.h b/src/Main/Forms/MainFrame.h index 44329459..9089ce72 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; + wxDisplay display (this); wxRect displayRect = display.GetClientArea(); bool bMove = false; -- cgit v1.2.3