From 387f00311a1b2d12d16ae5731347cdc4328afa4a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 27 Jun 2018 13:54:51 +0300 Subject: tdf#53282: Leave (our own) full-screen mode when the AquaSalFrame is dying Change-Id: I85243dff96b9090de0fd55564b44abb6142d9ac2 Reviewed-on: https://gerrit.libreoffice.org/56524 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- vcl/osx/salframe.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vcl/osx') diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index 31159f8545c0..d4debf4ef09a 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -92,6 +92,9 @@ AquaSalFrame::AquaSalFrame( SalFrame* pParent, SalFrameStyleFlags salFrameStyle AquaSalFrame::~AquaSalFrame() { + if (mbFullScreen) + ShowFullScreen(false, maGeometry.nDisplayScreenNumber); + assert( GetSalData()->mpInstance->IsMainThread() ); // if the frame is destroyed and has the current menubar -- cgit