[Libreoffice-commits] core.git: vcl/source

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Tue May 11 09:52:43 UTC 2021


 vcl/source/app/salvtables.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8f3b80f5c58e1f22db68be0f109eb06d2b054688
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Tue May 11 11:52:43 2021 +0900
Commit:     Tomaž Vajngerl <quikee at 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 <quikee at 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();
     }
 };
 }


More information about the Libreoffice-commits mailing list