From 8f3b80f5c58e1f22db68be0f109eb06d2b054688 Mon Sep 17 00:00:00 2001
From: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
Date: Tue, 11 May 2021 11:52:43 +0900
Subject: vcl: Popover - signal "closed" when calling popdown()
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: Iabb5c7441560f1f9fa5a25cd87075f1b15e1fd51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115379
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
---
 vcl/source/app/salvtables.cxx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'vcl')

diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 4a19030397c7..4d4a418408c1 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -6716,6 +6716,7 @@ public:
     {
         vcl::Window::GetDockingManager()->EndPopupMode(m_xPopover);
         m_xPopover->EnableDocking(false);
+        signal_closed();
     }
 };
 }
-- 
cgit