diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2021-05-11 11:52:43 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-05-11 11:52:00 +0200 |
commit | 8f3b80f5c58e1f22db68be0f109eb06d2b054688 (patch) | |
tree | d889f4d332156fc4d91fc5bd8146b483d8505491 /vcl | |
parent | 351875e5662ee2c2bd45750cb2dd8fbac65bf728 (diff) |
vcl: Popover - signal "closed" when calling popdown()
Change-Id: Iabb5c7441560f1f9fa5a25cd87075f1b15e1fd51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115379
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } }; } |