vcl/source/app/salvtables.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 8f3b80f5c58e1f22db68be0f109eb06d2b054688 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Tue May 11 11:52:43 2021 +0900 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Tue May 11 11:52:00 2021 +0200
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 <qui...@gmail.com> 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(); } }; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits