vcl/source/app/salvtables.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8f3b80f5c58e1f22db68be0f109eb06d2b054688
Author: Tomaž Vajngerl <[email protected]>
AuthorDate: Tue May 11 11:52:43 2021 +0900
Commit: Tomaž Vajngerl <[email protected]>
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 <[email protected]>
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits